Home
last modified time | relevance | path

Searched refs:ossl_dh_compute_key (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_key.c40 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/openssl/crypto/dh/
H A Ddh_key.c40 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/include/crypto/
H A Ddh.h41 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
/third_party/openssl/include/crypto/
H A Ddh.h41 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
/third_party/openssl/test/
H A Ddhtest.c270 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()

Completed in 3 milliseconds