Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_BLD_new (Results 1 – 25 of 31) sorted by relevance

12

/openssl-master/doc/man3/
A DOSSL_PARAM_BLD.pod5 OSSL_PARAM_BLD, OSSL_PARAM_BLD_new, OSSL_PARAM_BLD_to_param,
25 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
51 OSSL_PARAM_BLD_new() allocates and initialises a new OSSL_PARAM_BLD structure
55 OSSL_PARAM_BLD_free() deallocates the memory allocates by OSSL_PARAM_BLD_new().
118 OSSL_PARAM_BLD_new() returns the allocated OSSL_PARAM_BLD structure, or NULL
142 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
163 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
A DEVP_PKEY_fromdata.pod176 param_bld = OSSL_PARAM_BLD_new();
/openssl-master/test/
A Dparam_build_test.c21 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in template_public_test()
160 || !TEST_ptr(bld = OSSL_PARAM_BLD_new())) in template_private_test()
281 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_limit_test()
324 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_merge_test()
325 OSSL_PARAM_BLD *bld2 = OSSL_PARAM_BLD_new(); in builder_merge_test()
A Devp_pkey_provided_test.c425 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_evp_pkey_get_bn_param_large()
509 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dh_named_group()
721 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dh_fips186_4()
1161 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new())) in test_fromdata_ec()
1458 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dsa_fips186_4()
A Devp_extra_test.c753 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
768 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
785 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
802 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
865 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
880 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
903 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
921 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
2520 || !TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_DSA_get_set_params()
2587 || !TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_RSA_get_set_params()
A Dendecode_test.c1316 || !TEST_ptr(bld_prime_nc = OSSL_PARAM_BLD_new()) in setup_tests()
1317 || !TEST_ptr(bld_prime = OSSL_PARAM_BLD_new()) in setup_tests()
1323 || !TEST_ptr(bld_tri_nc = OSSL_PARAM_BLD_new()) in setup_tests()
1324 || !TEST_ptr(bld_tri = OSSL_PARAM_BLD_new()) in setup_tests()
A Dacvp_test.c159 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in ecdsa_create_pkey()
464 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in dsa_create_pkey()
905 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in dh_create_pkey()
1016 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in rsa_create_pkey()
1069 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in rsa_keygen_test()
A Dectest.c2414 || !TEST_ptr(bld = OSSL_PARAM_BLD_new())) in do_test_custom_explicit_fromdata()
2895 if (!TEST_ptr(param_bld = OSSL_PARAM_BLD_new()) in custom_params_test()
2909 if (!TEST_ptr(param_bld = OSSL_PARAM_BLD_new()) in custom_params_test()
/openssl-master/providers/fips/
A Dself_test_kats.c208 bld = OSSL_PARAM_BLD_new(); in self_test_kdf()
381 bld = OSSL_PARAM_BLD_new(); in self_test_ka()
466 bld = OSSL_PARAM_BLD_new(); in self_test_sign()
552 keybld = OSSL_PARAM_BLD_new(); in self_test_asym_cipher()
573 initbld = OSSL_PARAM_BLD_new(); in self_test_asym_cipher()
/openssl-master/include/openssl/
A Dparam_build.h22 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
/openssl-master/test/helpers/
A Dpredefined_dhparams.c29 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dh_from_pg_bn()
/openssl-master/apps/
A Dtestdsa.h251 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dsa()
A Ddhparam.c372 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in dsa_to_dh()
/openssl-master/crypto/
A Dparam_build.c91 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void) in OSSL_PARAM_BLD_new() function
/openssl-master/providers/implementations/keymgmt/
A Dmac_legacy_kmgmt.c285 tmpl = OSSL_PARAM_BLD_new(); in mac_export()
A Dec_kmgmt.c465 tmpl = OSSL_PARAM_BLD_new(); in ec_export()
1110 bld = OSSL_PARAM_BLD_new(); in ec_gen_set_group_from_params()
A Ddsa_kmgmt.c195 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in dsa_export()
A Drsa_kmgmt.c194 tmpl = OSSL_PARAM_BLD_new(); in rsa_export()
A Ddh_kmgmt.c201 tmpl = OSSL_PARAM_BLD_new(); in dh_export()
A Decx_kmgmt.c227 tmpl = OSSL_PARAM_BLD_new(); in ecx_export()
/openssl-master/crypto/dsa/
A Ddsa_ameth.c442 tmpl = OSSL_PARAM_BLD_new(); in dsa_pkey_export_to()
/openssl-master/crypto/ec/
A Dec_ameth.c501 tmpl = OSSL_PARAM_BLD_new(); in ec_pkey_export_to()
/openssl-master/crypto/dh/
A Ddh_ameth.c459 tmpl = OSSL_PARAM_BLD_new(); in dh_pkey_export_to()
/openssl-master/crypto/rsa/
A Drsa_ameth.c734 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to()
/openssl-master/crypto/store/
A Dstore_lib.c334 if ((bld = OSSL_PARAM_BLD_new()) == NULL) { in OSSL_STORE_find()

Completed in 54 milliseconds

12