Home
last modified time | relevance | path

Searched refs:DH_compute_key_padded (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c424 ret = DH_compute_key_padded(key, dhpubbn, dh); in pkey_dh_derive()
452 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0) in pkey_dh_derive()
H A Ddh_key.c144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() function
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c424 ret = DH_compute_key_padded(key, dhpubbn, dh); in pkey_dh_derive()
452 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0) in pkey_dh_derive()
H A Ddh_key.c144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() function
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h230 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
/third_party/openssl/include/openssl/
H A Ddh.h230 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h153 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()

Completed in 6 milliseconds