Home
last modified time | relevance | path

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

12

/freebsd-head/crypto/openssl/doc/man3/
HDOSSL_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().
119 OSSL_PARAM_BLD_new() returns the allocated OSSL_PARAM_BLD structure, or NULL
150 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
174 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
HDEVP_PKEY_fromdata.pod178 param_bld = OSSL_PARAM_BLD_new();
/freebsd-head/crypto/openssl/test/
HDparam_build_test.c26 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in template_public_single_zero_test()
58 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in template_private_single_zero_test()
87 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in template_public_test()
238 || !TEST_ptr(bld = OSSL_PARAM_BLD_new())) in template_private_test()
371 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_limit_test()
414 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_merge_test()
415 OSSL_PARAM_BLD *bld2 = OSSL_PARAM_BLD_new(); in builder_merge_test()
HDevp_pkey_provided_test.c472 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_evp_pkey_get_bn_param_large()
556 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dh_named_group()
771 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dh_fips186_4()
1233 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new())) in test_fromdata_ec()
1568 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_fromdata_dsa_fips186_4()
HDendecode_test.c1350 || !TEST_ptr(bld_prime_nc = OSSL_PARAM_BLD_new()) in setup_tests()
1351 || !TEST_ptr(bld_prime = OSSL_PARAM_BLD_new()) in setup_tests()
1357 || !TEST_ptr(bld_tri_nc = OSSL_PARAM_BLD_new()) in setup_tests()
1358 || !TEST_ptr(bld_tri = OSSL_PARAM_BLD_new()) in setup_tests()
HDacvp_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()
HDevp_extra_test.c795 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
814 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
835 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
856 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EVP_PKEY_ffc_priv_pub()
931 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
950 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
977 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
999 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_EC_priv_pub()
2822 || !TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_DSA_get_set_params()
2889 || !TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_RSA_get_set_params()
/freebsd-head/crypto/openssl/providers/fips/
HDself_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()
/freebsd-head/crypto/openssl/demos/pkey/
HDEVP_PKEY_DSA_paramfromdata.c38 bld = OSSL_PARAM_BLD_new(); in main()
/freebsd-head/crypto/openssl/include/openssl/
HDparam_build.h22 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
/freebsd-head/contrib/unbound/sldns/
HDkeyraw.c298 param_bld = OSSL_PARAM_BLD_new(); in sldns_key_dsa2pkey_raw()
467 param_bld = OSSL_PARAM_BLD_new(); in sldns_key_rsa2pkey_raw()
589 param_bld = OSSL_PARAM_BLD_new(); in sldns_ecdsa2pkey_raw()
/freebsd-head/crypto/openssl/apps/
HDtestdsa.h251 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dsa()
HDdhparam.c378 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in dsa_to_dh()
/freebsd-head/crypto/openssl/test/helpers/
HDpredefined_dhparams.c29 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dh_from_pg_bn()
/freebsd-head/crypto/openssl/crypto/
HDparam_build.c91 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void) in OSSL_PARAM_BLD_new() function
/freebsd-head/crypto/openssl/providers/implementations/keymgmt/
HDmac_legacy_kmgmt.c287 tmpl = OSSL_PARAM_BLD_new(); in mac_export()
HDec_kmgmt.c481 tmpl = OSSL_PARAM_BLD_new(); in ec_export()
1138 bld = OSSL_PARAM_BLD_new(); in ec_gen_set_group_from_params()
HDrsa_kmgmt.c218 tmpl = OSSL_PARAM_BLD_new(); in rsa_export()
HDdsa_kmgmt.c229 tmpl = OSSL_PARAM_BLD_new(); in dsa_export()
HDecx_kmgmt.c244 tmpl = OSSL_PARAM_BLD_new(); in ecx_export()
HDdh_kmgmt.c228 tmpl = OSSL_PARAM_BLD_new(); in dh_export()
/freebsd-head/crypto/openssl/crypto/dsa/
HDdsa_ameth.c445 tmpl = OSSL_PARAM_BLD_new(); in dsa_pkey_export_to()
/freebsd-head/crypto/openssl/crypto/ec/
HDec_ameth.c493 tmpl = OSSL_PARAM_BLD_new(); in ec_pkey_export_to()
/freebsd-head/crypto/openssl/crypto/dh/
HDdh_ameth.c469 tmpl = OSSL_PARAM_BLD_new(); in dh_pkey_export_to()
/freebsd-head/crypto/openssl/crypto/rsa/
HDrsa_ameth.c778 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to()

12