Searched refs:DH_set_flags (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_asn1.c | 41 DH_set_flags(dh, DH_FLAG_TYPE_DH); in dh_cb() 131 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
H A D | dh_lib.c | 313 void DH_set_flags(DH *dh, int flags) in DH_set_flags() function
|
H A D | dh_ameth.c | 521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX); in dh_pkey_import_from_type()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_asn1.c | 41 DH_set_flags(dh, DH_FLAG_TYPE_DH); in dh_cb() 131 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
H A D | dh_lib.c | 311 void DH_set_flags(DH *dh, int flags) in DH_set_flags() function
|
H A D | dh_ameth.c | 521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX); in dh_pkey_import_from_type()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 106 DH_set_flags(dh, DH_FLAG_TYPE_DH); in dh_newdata() 119 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in dhx_newdata() 780 DH_set_flags(dh, gctx->dh_type); in dh_gen()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 106 DH_set_flags(dh, DH_FLAG_TYPE_DH); in dh_newdata() 119 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in dhx_newdata() 777 DH_set_flags(dh, gctx->dh_type); in dh_gen()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 270 OSSL_DEPRECATEDIN_3_0 void DH_set_flags(DH *dh, int flags);
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 270 OSSL_DEPRECATEDIN_3_0 void DH_set_flags(DH *dh, int flags);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 193 void DH_set_flags(DH *dh, int flags);
|
Completed in 9 milliseconds