Home
last modified time | relevance | path

Searched refs:DH_compute_key_padded (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/dh/
Ddh.c324 int DH_compute_key_padded(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key_padded() function
384 DH_compute_key_padded(shared_bytes, peers_key, dh) != (int)dh_len || in DH_compute_key_hashed()
/external/boringssl/src/include/openssl/
Ddh.h182 OPENSSL_EXPORT int DH_compute_key_padded(uint8_t *out, const BIGNUM *peers_key,
/external/boringssl/src/crypto/dh_extra/
Ddh_test.cc481 len = DH_compute_key_padded(buf.data(), peer_key.get(), dh.get()); in TEST()
/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c829 DH_compute_key_padded(dh_out, ffdhe2048_value, dh) == sizeof(dh_out) && in boringssl_fips_self_test()
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1818 if (DH_compute_key_padded(z.data(), their_pub.get(), dh.get()) != in FFDH()