| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_keygen.pod | 6 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 D | DSA_generate_parameters.pod | 31 Applications should instead use L<EVP_PKEY_paramgen_init(3)> and
|
| H A D | EVP_PKEY_meth_new.pod | 282 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to
|
| /freebsd/crypto/openssl/demos/pkey/ |
| H A D | EVP_PKEY_DSA_paramgen.c | 51 if (EVP_PKEY_paramgen_init(ctx) <= 0 in main()
|
| H A D | EVP_PKEY_DSA_keygen.c | 36 if (EVP_PKEY_paramgen_init(ctx) <= 0 in dsa_genparams()
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | wrapped.sym | 61 EVP_PKEY_paramgen_init
|
| H A D | wrap.c | 323 EVP_PKEY_paramgen_init,
|
| /freebsd/crypto/openssl/test/ |
| H A D | dsatest.c | 395 || !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 D | dhtest.c | 765 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 D | evp_extra_test2.c | 1637 && 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 D | endecoder_legacy_test.c | 252 || EVP_PKEY_paramgen_init(ctx) <= 0 in make_key()
|
| H A D | evp_pkey_provided_test.c | 1812 || !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 D | acvp_test.c | 534 || !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 D | pkey.dot | 44 newed -> paramgen [label="EVP_PKEY_paramgen_init", fontcolor="#2879C0", color="#2879C0"];
|
| /freebsd/crypto/openssl/apps/ |
| H A D | dsaparam.c | 182 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dsaparam_main()
|
| H A D | dhparam.c | 220 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dhparam_main()
|
| H A D | genpkey.c | 410 if (EVP_PKEY_paramgen_init(ctx) <= 0) in init_gen_str()
|
| /freebsd/crypto/openssl/demos/signature/ |
| H A D | EVP_DSA_Signature_demo.c | 54 if (EVP_PKEY_paramgen_init(pkey_ctx) <= 0) in generate_dsa_params()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-DSA.pod | 79 EVP_PKEY_paramgen_init(pctx);
|
| H A D | life_cycle-pkey.pod | 121 … | EVP_PKEY_paramgen_init EVP_PKEY_keygen_init | 176 …EVP_PKEY_paramgen_init parameter parameter parameter parameter parameter… 534 <tr><th style="border:1px solid" align="left">EVP_PKEY_paramgen_init</th>
|
| H A D | EVP_PKEY-DH.pod | 207 EVP_PKEY_paramgen_init(pctx);
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | pmeth_gn.c | 92 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() function
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_ec.c | 50 if (pctx == NULL || EVP_PKEY_paramgen_init(pctx) <= 0) in pkey_type2param()
|
| /freebsd/contrib/libfido2/src/ |
| H A D | es256.c | 233 EVP_PKEY_paramgen_init(pctx) <= 0 || in es256_sk_create()
|
| /freebsd/crypto/openssl/crypto/hpke/ |
| H A D | hpke.c | 116 || EVP_PKEY_paramgen_init(cctx) <= 0 in evp_pkey_new_raw_nist_public_key()
|