Symbol: EVP_PKEY_paramgen_init
crypto/openssl/apps/dhparam.c
220
if (EVP_PKEY_paramgen_init(ctx) <= 0) {
crypto/openssl/apps/dsaparam.c
182
if (EVP_PKEY_paramgen_init(ctx) <= 0) {
crypto/openssl/apps/genpkey.c
410
if (EVP_PKEY_paramgen_init(ctx) <= 0)
crypto/openssl/apps/speed.c
1829
|| EVP_PKEY_paramgen_init(pctx) <= 0
crypto/openssl/apps/speed.c
4348
|| EVP_PKEY_paramgen_init(ctx_params) <= 0
crypto/openssl/crypto/cms/cms_ec.c
50
if (pctx == NULL || EVP_PKEY_paramgen_init(pctx) <= 0)
crypto/openssl/crypto/hpke/hpke.c
116
|| EVP_PKEY_paramgen_init(cctx) <= 0
crypto/openssl/demos/pkey/EVP_PKEY_DSA_keygen.c
36
if (EVP_PKEY_paramgen_init(ctx) <= 0
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramgen.c
51
if (EVP_PKEY_paramgen_init(ctx) <= 0
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
54
if (EVP_PKEY_paramgen_init(pkey_ctx) <= 0)
crypto/openssl/include/openssl/evp.h
2084
int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
crypto/openssl/ssl/s3_lib.c
5358
if (EVP_PKEY_paramgen_init(pctx) <= 0)
crypto/openssl/test/acvp_test.c
534
|| !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0)
crypto/openssl/test/acvp_test.c
612
|| !TEST_int_gt(EVP_PKEY_paramgen_init(paramgen_ctx), 0)
crypto/openssl/test/dhtest.c
765
if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1))
crypto/openssl/test/dhtest.c
789
if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1))
crypto/openssl/test/dsatest.c
395
|| !TEST_int_gt(EVP_PKEY_paramgen_init(pg_ctx), 0)
crypto/openssl/test/dsatest.c
461
&& TEST_int_gt(EVP_PKEY_paramgen_init(gen_ctx), 0)
crypto/openssl/test/endecode_test.c
99
&& EVP_PKEY_paramgen_init(ctx) > 0
crypto/openssl/test/endecoder_legacy_test.c
252
|| EVP_PKEY_paramgen_init(ctx) <= 0
crypto/openssl/test/evp_extra_test.c
2475
|| !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0)
crypto/openssl/test/evp_extra_test.c
2610
if (!TEST_true(EVP_PKEY_paramgen_init(pctx) == 1))
crypto/openssl/test/evp_extra_test2.c
1637
&& TEST_int_gt(EVP_PKEY_paramgen_init(gctx), 0)
crypto/openssl/test/evp_extra_test2.c
3230
|| !TEST_int_eq(EVP_PKEY_paramgen_init(gctx), 1)
crypto/openssl/test/evp_pkey_provided_test.c
1812
|| !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0)
crypto/openssl/test/evp_pkey_provided_test.c
1846
|| !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0)