Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_set_dh_nid (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddh_ctrl.c152 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid) in EVP_PKEY_CTX_set_dh_nid() function
/third_party/openssl/crypto/evp/
H A Ddh_ctrl.c152 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid) in EVP_PKEY_CTX_set_dh_nid() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h42 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
/third_party/openssl/include/openssl/
H A Ddh.h42 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h253 # define EVP_PKEY_CTX_set_dh_nid(ctx, nid) \ macro
/third_party/openssl/test/
H A Ddhtest.c769 if (!TEST_int_eq(EVP_PKEY_CTX_set_dh_nid(paramgen_ctx, NID_ffdhe2048), 1)) in dh_set_dh_nid_test()
772 if (!TEST_int_eq(EVP_PKEY_CTX_set_dh_nid(paramgen_ctx, NID_secp521r1), 0)) in dh_set_dh_nid_test()
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c2999 if (EVP_PKEY_CTX_set_dh_nid(ffdh_ctx, ffdh_params[testnum].nid) <= 0) { in speed_main()
/third_party/openssl/apps/
H A Dspeed.c2985 if (EVP_PKEY_CTX_set_dh_nid(ffdh_ctx, ffdh_params[testnum].nid) <= 0) { in speed_main()

Completed in 13 milliseconds