Home
last modified time | relevance | path

Searched refs:EVP_PKEY_paramgen_init (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_keygen.pod6 EVP_PKEY_keygen_init, EVP_PKEY_paramgen_init, EVP_PKEY_generate,
22 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
57 EVP_PKEY_paramgen_init() is similar to EVP_PKEY_keygen_init() except key
70 EVP_PKEY_generate(), after checking that the corresponding EVP_PKEY_paramgen_init()
123 EVP_PKEY_keygen_init(), EVP_PKEY_paramgen_init(), EVP_PKEY_keygen() and
132 After the call to EVP_PKEY_keygen_init() or EVP_PKEY_paramgen_init() algorithm
234 EVP_PKEY_keygen_init(), int EVP_PKEY_paramgen_init(), EVP_PKEY_keygen(),
H A DDSA_generate_parameters.pod31 Applications should instead use L<EVP_PKEY_paramgen_init(3)> and
H A DEVP_PKEY_meth_new.pod282 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to
/freebsd/crypto/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramgen.c51 if (EVP_PKEY_paramgen_init(ctx) <= 0 in main()
H A DEVP_PKEY_DSA_keygen.c36 if (EVP_PKEY_paramgen_init(ctx) <= 0 in dsa_genparams()
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym61 EVP_PKEY_paramgen_init
H A Dwrap.c323 EVP_PKEY_paramgen_init,
/freebsd/crypto/openssl/test/
H A Ddsatest.c395 || !TEST_int_gt(EVP_PKEY_paramgen_init(pg_ctx), 0) in dsa_keygen_test()
461 && TEST_int_gt(EVP_PKEY_paramgen_init(gen_ctx), 0) in test_dsa_default_paramgen_validate()
H A Ddhtest.c765 if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1)) in dh_rfc5114_fix_nid_test()
789 if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1)) in dh_set_dh_nid_test()
H A Devp_extra_test2.c1637 && TEST_int_gt(EVP_PKEY_paramgen_init(gctx), 0) in test_dh_paramgen()
3230 || !TEST_int_eq(EVP_PKEY_paramgen_init(gctx), 1) in test_dsa_fromdata_digest_prop()
H A Dendecoder_legacy_test.c252 || EVP_PKEY_paramgen_init(ctx) <= 0 in make_key()
H A Devp_pkey_provided_test.c1812 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_no_operation()
1846 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_keygen_operation()
H A Dacvp_test.c534 || !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0) in dsa_paramgen()
612 || !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0) in dsa_paramgen_test()
/freebsd/crypto/openssl/doc/life-cycles/
H A Dpkey.dot44 newed -> paramgen [label="EVP_PKEY_paramgen_init", fontcolor="#2879C0", color="#2879C0"];
/freebsd/crypto/openssl/apps/
H A Ddsaparam.c182 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dsaparam_main()
H A Ddhparam.c220 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dhparam_main()
H A Dgenpkey.c410 if (EVP_PKEY_paramgen_init(ctx) <= 0) in init_gen_str()
/freebsd/crypto/openssl/demos/signature/
H A DEVP_DSA_Signature_demo.c54 if (EVP_PKEY_paramgen_init(pkey_ctx) <= 0) in generate_dsa_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod79 EVP_PKEY_paramgen_init(pctx);
H A Dlife_cycle-pkey.pod121 … | EVP_PKEY_paramgen_init EVP_PKEY_keygen_init |
176EVP_PKEY_paramgen_init parameter parameter parameter parameter parameter…
534 <tr><th style="border:1px solid" align="left">EVP_PKEY_paramgen_init</th>
H A DEVP_PKEY-DH.pod207 EVP_PKEY_paramgen_init(pctx);
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c92 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() function
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c50 if (pctx == NULL || EVP_PKEY_paramgen_init(pctx) <= 0) in pkey_type2param()
/freebsd/contrib/libfido2/src/
H A Des256.c233 EVP_PKEY_paramgen_init(pctx) <= 0 || in es256_sk_create()
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c116 || EVP_PKEY_paramgen_init(cctx) <= 0 in evp_pkey_new_raw_nist_public_key()

12