Home
last modified time | relevance | path

Searched refs:DH_compute_key (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DDH_generate_key.pod5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform
14 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
22 DH_compute_key() or DH_compute_key_padded(), these are combined with
31 DH_compute_key() computes the shared secret from the private DH value
47 DH_compute_key() returns the size of the shared secret on success, -1
DDH_size.pod22 computed by L<DH_compute_key(3)>.
DDH_meth_new.pod100 will be called in response to the application calling DH_compute_key(). The
101 parameters for the function have the same meaning as for DH_compute_key().
/third_party/openssl/test/
Ddhtest.c182 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test()
187 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test()
192 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test()
556 if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1)) in rfc5114_test()
560 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
591 if (DH_compute_key(Z1, bady, dhA) != -1) { in rfc5114_test()
661 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
666 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
/third_party/openssl/crypto/dh/
Ddh_key.c32 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function
Ddh_pmeth.c441 ret = DH_compute_key(key, dhpub, dh); in pkey_dh_derive()
/third_party/openssl/include/openssl/
Ddh.h152 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c953 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1026 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1203 #define DH_compute_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_compute_key) macro
/third_party/node/src/
Dnode_crypto.cc5448 int size = DH_compute_key(reinterpret_cast<unsigned char*>(ret.data()), in ComputeSecret()
/third_party/openssl/util/
Dlibcrypto.num699 DH_compute_key 698 1_1_0 EXIST::FUNCTION:DH