Searched refs:ossl_dh_compute_key (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/dh/ |
D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() function 121 ret = ossl_dh_compute_key(key, pub_key, dh); in DH_compute_key() 150 rv = ossl_dh_compute_key(key, pub_key, dh); in DH_compute_key_padded() 168 ossl_dh_compute_key,
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() function 115 ret = ossl_dh_compute_key(key, pub_key, dh); in DH_compute_key() 144 rv = ossl_dh_compute_key(key, pub_key, dh); in DH_compute_key_padded() 162 ossl_dh_compute_key,
|
/third_party/openssl/test/ |
D | dhtest.c | 270 if (!TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test() 274 || !TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test() 278 || !TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test() 282 || !TEST_int_eq(ossl_dh_compute_key(buf, pub, dh), sz)) in dh_computekey_range_test()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | dh.h | 41 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
/third_party/openssl/include/crypto/ |
D | dh.h | 41 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|