/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_keygen.pod | 11 EVP_PKEY_paramgen, EVP_PKEY_keygen 24 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey); 69 EVP_PKEY_paramgen() and EVP_PKEY_keygen() do exactly the same thing as 109 EVP_PKEY_paramgen() return 1 for success and 0 or a negative value for failure. 121 The functions EVP_PKEY_keygen() and EVP_PKEY_paramgen() can be called more than 220 EVP_PKEY_paramgen(), EVP_PKEY_gen_cb(), EVP_PKEY_CTX_set_cb(),
|
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 | 53 || EVP_PKEY_paramgen(ctx, &dsaparamkey) <= 0) { in main()
|
H A D | EVP_PKEY_DSA_keygen.c | 37 || EVP_PKEY_paramgen(ctx, &dsaparamkey) <= 0) { in dsa_genparams()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 60 EVP_PKEY_paramgen
|
H A D | wrap.c | 331 EVP_PKEY_paramgen,
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | pkey.dot | 45 …paramgen -> paramgen [label="EVP_PKEY_paramgen\nEVP_PKEY_gen", fontcolor="#2879C0", color="#2879C0…
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 259 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_paramgen() function
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ec.c | 56 if (EVP_PKEY_paramgen(pctx, &pkey) <= 0) in pkey_type2param()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 377 && TEST_true(EVP_PKEY_paramgen(gctx, &pkey)) in test_dh_paramgen() 1055 || !TEST_int_eq(EVP_PKEY_paramgen(gctx, &pkey2), expected)) in test_dsa_fromdata_digest_prop()
|
H A D | evp_pkey_provided_test.c | 1393 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, ¶m), 0) in test_ec_dup_keygen_operation() 1426 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, ¶m), 0) in test_fromdata_dsa_fips186_4()
|
H A D | acvp_test.c | 346 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, ¶m_key))) in dsa_paramgen() 422 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, ¶m_key)) in dsa_paramgen_test()
|
H A D | evp_extra_test.c | 1915 || !TEST_true(EVP_PKEY_paramgen(pctx, ¶ms)) in test_EC_keygen_with_enc() 2054 if (!TEST_true(EVP_PKEY_paramgen(pctx, &pkeyparams))) in test_EVP_SM2()
|
/freebsd/contrib/libfido2/src/ |
H A D | es256.c | 235 EVP_PKEY_paramgen(pctx, &p) <= 0) { in es256_sk_create()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-pkey.pod | 127 …+-------------+ EVP_PKEY_paramgen EVP_PKEY_keygen … 178 …EVP_PKEY_paramgen … 549 <tr><th style="border:1px solid" align="left">EVP_PKEY_paramgen</th>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1977 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1648 EVP_PKEY_paramgen;
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 3378 if (EVP_PKEY_paramgen(ctx, &res) <= 0) in app_paramgen()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_lib.c | 4755 if (EVP_PKEY_paramgen(pctx, &pkey) <= 0) { in ssl_generate_param_group()
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1425 || EVP_PKEY_paramgen(pctx, ¶ms) <= 0) { in get_ecdsa()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2236 MLINKS+= EVP_PKEY_keygen.3 EVP_PKEY_paramgen.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 813 EVP_PKEY_paramgen 834 3_0_0 EXIST::FUNCTION:
|