Searched refs:DH_compute_key_padded (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/dh/ |
D | dh.c | 324 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/ |
D | dh.h | 182 OPENSSL_EXPORT int DH_compute_key_padded(uint8_t *out, const BIGNUM *peers_key,
|
/external/boringssl/src/crypto/dh_extra/ |
D | dh_test.cc | 481 len = DH_compute_key_padded(buf.data(), peer_key.get(), dh.get()); in TEST()
|
/external/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 829 DH_compute_key_padded(dh_out, ffdhe2048_value, dh) == sizeof(dh_out) && in boringssl_fips_self_test()
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1818 if (DH_compute_key_padded(z.data(), their_pub.get(), dh.get()) != in FFDH()
|