Home
last modified time | relevance | path

Searched refs:ossl_dh_compute_key (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/dh/
A Ddh_key.c40 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 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()
/openssl-master/include/crypto/
A Ddh.h40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);

Completed in 7 milliseconds