Searched refs:DH_compute_key_padded (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 424 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 D | dh_key.c | 144 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 D | dh_pmeth.c | 424 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 D | dh_key.c | 144 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 D | dh_exch.c | 168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 230 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 230 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 153 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()
|
Completed in 6 milliseconds