Home
last modified time | relevance | path

Searched refs:EVP_PKEY_fromdata_init (Results 1 – 19 of 19) sorted by relevance

/openssl-master/doc/man3/
A DEVP_PKEY_fromdata.pod5 EVP_PKEY_fromdata_init, EVP_PKEY_fromdata, EVP_PKEY_fromdata_settable
12 int EVP_PKEY_fromdata_init(EVP_PKEY_CTX *ctx);
30 EVP_PKEY_fromdata_init() initializes a public key algorithm context
35 with EVP_PKEY_fromdata_init(). The result is written to I<*ppkey>.
87 EVP_PKEY_fromdata_init() and EVP_PKEY_fromdata() return 1 for success and 0 or
130 || EVP_PKEY_fromdata_init(ctx) <= 0
188 || EVP_PKEY_fromdata_init(ctx) <= 0
/openssl-master/test/
A Dprovider_pkey_test.c71 || !TEST_true(EVP_PKEY_fromdata_init(ctx)) in test_pkey_sig()
A Devp_pkey_provided_test.c343 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_rsa()
434 || !TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_evp_pkey_get_bn_param_large()
525 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_dh_named_group()
737 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_dh_fips186_4()
1044 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_ecx()
1182 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_ec()
1487 if (!TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in test_fromdata_dsa_fips186_4()
A Devp_extra_test2.c460 && TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in do_fromdata_key_is_equal()
628 && TEST_int_eq(EVP_PKEY_fromdata_init(gen_ctx), 1) in do_check_params()
A Dacvp_test.c168 || !TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in ecdsa_create_pkey()
507 || !TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in dsa_create_pkey()
929 || !TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in dh_create_pkey()
1038 || !TEST_int_eq(EVP_PKEY_fromdata_init(ctx), 1) in rsa_create_pkey()
A Devp_extra_test.c692 if (!TEST_int_gt(EVP_PKEY_fromdata_init(pctx), 0) in test_fromdata()
2538 if (!TEST_int_gt(EVP_PKEY_fromdata_init(pctx), 0) in test_DSA_get_set_params()
2599 if (!TEST_int_gt(EVP_PKEY_fromdata_init(pctx), 0) in test_RSA_get_set_params()
A Dectest.c2461 || !TEST_int_gt(EVP_PKEY_fromdata_init(pctx), 0) in do_test_custom_explicit_fromdata()
2922 || !TEST_int_eq(EVP_PKEY_fromdata_init(pctx2), 1) in custom_params_test()
A Dsslapitest.c9033 || !TEST_int_eq(EVP_PKEY_fromdata_init(pctx), 1)) in get_tmp_dh_params()
/openssl-master/providers/fips/
A Dself_test_kats.c402 if (EVP_PKEY_fromdata_init(kactx) <= 0 in self_test_ka()
405 if (EVP_PKEY_fromdata_init(kactx) <= 0 in self_test_ka()
478 if (EVP_PKEY_fromdata_init(kctx) <= 0 in self_test_sign()
560 if (EVP_PKEY_fromdata_init(keyctx) <= 0 in self_test_asym_cipher()
/openssl-master/test/helpers/
A Dpredefined_dhparams.c26 if (pctx == NULL || EVP_PKEY_fromdata_init(pctx) <= 0) in get_dh_from_pg_bn()
/openssl-master/apps/
A Dtestdsa.h265 if (EVP_PKEY_fromdata_init(pctx) <= 0 in get_dsa()
A Ddhparam.c386 || EVP_PKEY_fromdata_init(ctx) <= 0 in dsa_to_dh()
/openssl-master/crypto/evp/
A Dpmeth_gn.c359 int EVP_PKEY_fromdata_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_fromdata_init() function
A Dp_lib.c414 if (EVP_PKEY_fromdata_init(ctx) == 1) { in new_raw_key_int()
635 if (EVP_PKEY_fromdata_init(ctx) <= 0) { in new_cmac_key_int()
/openssl-master/doc/man7/
A DEVP_PKEY-DH.pod234 EVP_PKEY_fromdata_init(ctx);
/openssl-master/include/openssl/
A Devp.h1935 int EVP_PKEY_fromdata_init(EVP_PKEY_CTX *ctx);
/openssl-master/ssl/statem/
A Dstatem_clnt.c2061 if (EVP_PKEY_fromdata_init(pctx) <= 0 in tls_process_ske_dhe()
/openssl-master/ssl/
A Dt1_lib.c2927 || EVP_PKEY_fromdata_init(pctx) != 1) in ssl_get_auto_dh()
/openssl-master/util/
A Dlibcrypto.num5306 EVP_PKEY_fromdata_init 5434 3_0_0 EXIST::FUNCTION:

Completed in 77 milliseconds