Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_set_dhx_rfc5114 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddh_ctrl.c143 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen) in EVP_PKEY_CTX_set_dhx_rfc5114() function
/third_party/openssl/crypto/evp/
H A Ddh_ctrl.c143 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen) in EVP_PKEY_CTX_set_dhx_rfc5114() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h44 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen);
/third_party/openssl/include/openssl/
H A Ddh.h44 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h249 # define EVP_PKEY_CTX_set_dhx_rfc5114(ctx, gen) \ macro
/third_party/openssl/test/
H A Ddhtest.c745 if (!TEST_int_eq(EVP_PKEY_CTX_set_dhx_rfc5114(paramgen_ctx, 3), 1)) in dh_rfc5114_fix_nid_test()
748 if (!TEST_int_eq(EVP_PKEY_CTX_set_dhx_rfc5114(paramgen_ctx, 99), 0)) in dh_rfc5114_fix_nid_test()

Completed in 5 milliseconds