Home
last modified time | relevance | path

Searched refs:EVP_PKEY_paramgen_init (Results 1 - 25 of 30) sorted by relevance

12

/third_party/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()
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc45 EVP_PKEY_paramgen_init(param_ctx.get()) <= 0 || in Setup()
H A Dcrypto_dh.cc572 EVP_PKEY_paramgen_init(param_ctx.get()) <= 0 || in Setup()
H A Dcrypto_ec.cc569 EVP_PKEY_paramgen_init(param_ctx.get()) <= 0 || in Setup()
/third_party/node/deps/openssl/openssl/apps/
H A Ddsaparam.c170 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dsaparam_main()
H A Ddhparam.c201 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dhparam_main()
H A Dgenpkey.c303 if (EVP_PKEY_paramgen_init(ctx) <= 0) in init_gen_str()
/third_party/openssl/apps/
H A Ddsaparam.c170 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dsaparam_main()
H A Ddhparam.c201 if (EVP_PKEY_paramgen_init(ctx) <= 0) { in dhparam_main()
H A Dgenpkey.c303 if (EVP_PKEY_paramgen_init(ctx) <= 0) in init_gen_str()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_gn.c94 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() function
/third_party/openssl/crypto/evp/
H A Dpmeth_gn.c94 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() function
/third_party/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 Dendecoder_legacy_test.c249 || EVP_PKEY_paramgen_init(ctx) <= 0 in make_key()
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 Ddhtest.c742 if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1)) in dh_rfc5114_fix_nid_test()
766 if (!TEST_int_eq(EVP_PKEY_paramgen_init(paramgen_ctx), 1)) in dh_set_dh_nid_test()
H A Devp_pkey_provided_test.c1360 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_no_operation()
1393 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_keygen_operation()
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 Dendecode_test.c94 && EVP_PKEY_paramgen_init(ctx) > 0 in make_template()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c49 if (pctx == NULL || EVP_PKEY_paramgen_init(pctx) <= 0) in pkey_type2param()
/third_party/openssl/crypto/cms/
H A Dcms_ec.c49 if (pctx == NULL || EVP_PKEY_paramgen_init(pctx) <= 0) in pkey_type2param()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1410 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1976 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
/third_party/openssl/include/openssl/
H A Devp.h1974 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);

Completed in 32 milliseconds

12