Searched refs:DH_compute_key (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 171 int ret = DH_compute_key(key1.data(), b->pub_key, a.get()); in RunBasicTests() 184 ret = DH_compute_key(key2.data(), a->pub_key, b.get()); in RunBasicTests() 312 if (DH_compute_key(result.data(), pub_key.get(), dh.get()) >= 0) { in TestBadY()
|
D | dh.c | 379 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key() function
|
/external/boringssl/src/include/openssl/ |
D | dh.h | 147 OPENSSL_EXPORT int DH_compute_key(uint8_t *out, const BIGNUM *peers_key,
|
/external/openssh/ |
D | kexdhs.c | 154 if ((kout = DH_compute_key(kbuf, dh_client_pub, kex->dh)) < 0 || in input_kex_dh_init()
|
D | kexdhc.c | 162 if ((kout = DH_compute_key(kbuf, dh_server_pub, kex->dh)) < 0 || in input_kex_dh()
|
D | kexgexs.c | 183 if ((kout = DH_compute_key(kbuf, dh_client_pub, kex->dh)) < 0 || in input_kex_dh_gex_init()
|
D | kexgexc.c | 210 if ((kout = DH_compute_key(kbuf, dh_server_pub, kex->dh)) < 0 || in input_kex_dh_gex_reply()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1802 DH_compute_key
|
D | BoringSSL-GRPC.podspec | 3354 '#define DH_compute_key GRPC_SHADOW_DH_compute_key',
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 953 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 2548 if ((l = DH_compute_key(v, dh_pub, dh)) == -1)
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1830 #define DH_compute_key GRPC_SHADOW_DH_compute_key macro
|