Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_set_dh_nid (Results 1 – 7 of 7) sorted by relevance

/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
/openssl/test/
H A Ddhtest.c792 if (!TEST_int_eq(EVP_PKEY_CTX_set_dh_nid(paramgen_ctx, NID_ffdhe2048), 1)) in dh_set_dh_nid_test()
795 if (!TEST_int_eq(EVP_PKEY_CTX_set_dh_nid(paramgen_ctx, NID_secp521r1), 0)) in dh_set_dh_nid_test()
/openssl/include/openssl/
H A Ddh.h46 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod48 EVP_PKEY_CTX_set_dh_nid,
144 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid);
502 EVP_PKEY_CTX_set_dh_nid() sets the DH parameters to values corresponding to
/openssl/util/
H A Dother.syms333 EVP_PKEY_CTX_set_dh_nid define
H A Dlibcrypto.num5034 EVP_PKEY_CTX_set_dh_nid 5162 3_0_0 EXIST::FUNCTION:
/openssl/apps/
H A Dspeed.c3683 if (EVP_PKEY_CTX_set_dh_nid(ffdh_ctx, ffdh_params[testnum].nid) <= 0) { in speed_main()

Completed in 51 milliseconds