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 D | dh_ctrl.c | 152 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 D | dh_ctrl.c | 152 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 D | dh.h | 42 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 42 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 253 # define EVP_PKEY_CTX_set_dh_nid(ctx, nid) \ macro
|
/third_party/openssl/test/ |
H A D | dhtest.c | 769 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 D | speed.c | 2999 if (EVP_PKEY_CTX_set_dh_nid(ffdh_ctx, ffdh_params[testnum].nid) <= 0) { in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 2985 if (EVP_PKEY_CTX_set_dh_nid(ffdh_ctx, ffdh_params[testnum].nid) <= 0) { in speed_main()
|
Completed in 13 milliseconds