Home
last modified time | relevance | path

Searched refs:EVP_PKEY_paramgen_init (Results 1 – 25 of 31) 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()
108 EVP_PKEY_keygen_init(), EVP_PKEY_paramgen_init(), EVP_PKEY_keygen() and
117 After the call to EVP_PKEY_keygen_init() or EVP_PKEY_paramgen_init() algorithm
219 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.c249 || !TEST_int_gt(EVP_PKEY_paramgen_init(pg_ctx), 0) in dsa_keygen_test()
315 && 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.c375 && TEST_int_gt(EVP_PKEY_paramgen_init(gctx), 0) in test_dh_paramgen()
1054 || !TEST_int_eq(EVP_PKEY_paramgen_init(gctx), 1) in test_dsa_fromdata_digest_prop()
H A Dendecoder_legacy_test.c249 || EVP_PKEY_paramgen_init(ctx) <= 0 in make_key()
H A Devp_pkey_provided_test.c1390 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0)
1423 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0)
H A Dacvp_test.c343 || !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0) in dsa_paramgen()
419 || !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0) in dsa_paramgen_test()
H A Dendecode_test.c94 && EVP_PKEY_paramgen_init(ctx) > 0 in make_template()
H A Devp_extra_test.c1912 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_EC_keygen_with_enc()
2048 if (!TEST_true(EVP_PKEY_paramgen_init(pctx) == 1)) in test_EVP_SM2()
/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.c170 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dsaparam_main()
H A Dgenpkey.c303 if (EVP_PKEY_paramgen_init(ctx) <= 0) in init_gen_str()
H A Ddhparam.c201 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dhparam_main()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod64 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.c94 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() function
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c49 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()

12