Searched refs:OSSL_PARAM_BLD_new (Results 1 – 25 of 31) sorted by relevance
12
5 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 structure55 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 NULL142 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();163 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
176 param_bld = OSSL_PARAM_BLD_new();
21 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()
425 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()
753 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()
1316 || !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()
159 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()
2414 || !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()
208 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()
22 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
29 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dh_from_pg_bn()
251 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dsa()
372 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in dsa_to_dh()
91 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void) in OSSL_PARAM_BLD_new() function
285 tmpl = OSSL_PARAM_BLD_new(); in mac_export()
465 tmpl = OSSL_PARAM_BLD_new(); in ec_export()1110 bld = OSSL_PARAM_BLD_new(); in ec_gen_set_group_from_params()
195 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in dsa_export()
194 tmpl = OSSL_PARAM_BLD_new(); in rsa_export()
201 tmpl = OSSL_PARAM_BLD_new(); in dh_export()
227 tmpl = OSSL_PARAM_BLD_new(); in ecx_export()
442 tmpl = OSSL_PARAM_BLD_new(); in dsa_pkey_export_to()
501 tmpl = OSSL_PARAM_BLD_new(); in ec_pkey_export_to()
459 tmpl = OSSL_PARAM_BLD_new(); in dh_pkey_export_to()
734 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to()
334 if ((bld = OSSL_PARAM_BLD_new()) == NULL) { in OSSL_STORE_find()
Completed in 54 milliseconds