Searched refs:ossl_dh_compute_key (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/dh/ |
A 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,
|
/openssl-master/test/ |
A 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()
|
/openssl-master/include/crypto/ |
A D | dh.h | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
Completed in 7 milliseconds