| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | OSSL_PARAM_BLD.pod | 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 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();
|
| HD | EVP_PKEY_fromdata.pod | 178 param_bld = OSSL_PARAM_BLD_new();
|
| /freebsd-head/crypto/openssl/test/ |
| HD | param_build_test.c | 26 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()
|
| HD | evp_pkey_provided_test.c | 472 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()
|
| HD | endecode_test.c | 1350 || !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()
|
| HD | acvp_test.c | 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()
|
| HD | evp_extra_test.c | 795 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/ |
| HD | self_test_kats.c | 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()
|
| /freebsd-head/crypto/openssl/demos/pkey/ |
| HD | EVP_PKEY_DSA_paramfromdata.c | 38 bld = OSSL_PARAM_BLD_new(); in main()
|
| /freebsd-head/crypto/openssl/include/openssl/ |
| HD | param_build.h | 22 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
|
| /freebsd-head/contrib/unbound/sldns/ |
| HD | keyraw.c | 298 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/ |
| HD | testdsa.h | 251 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dsa()
|
| HD | dhparam.c | 378 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in dsa_to_dh()
|
| /freebsd-head/crypto/openssl/test/helpers/ |
| HD | predefined_dhparams.c | 29 if ((tmpl = OSSL_PARAM_BLD_new()) == NULL in get_dh_from_pg_bn()
|
| /freebsd-head/crypto/openssl/crypto/ |
| HD | param_build.c | 91 OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void) in OSSL_PARAM_BLD_new() function
|
| /freebsd-head/crypto/openssl/providers/implementations/keymgmt/ |
| HD | mac_legacy_kmgmt.c | 287 tmpl = OSSL_PARAM_BLD_new(); in mac_export()
|
| HD | ec_kmgmt.c | 481 tmpl = OSSL_PARAM_BLD_new(); in ec_export() 1138 bld = OSSL_PARAM_BLD_new(); in ec_gen_set_group_from_params()
|
| HD | rsa_kmgmt.c | 218 tmpl = OSSL_PARAM_BLD_new(); in rsa_export()
|
| HD | dsa_kmgmt.c | 229 tmpl = OSSL_PARAM_BLD_new(); in dsa_export()
|
| HD | ecx_kmgmt.c | 244 tmpl = OSSL_PARAM_BLD_new(); in ecx_export()
|
| HD | dh_kmgmt.c | 228 tmpl = OSSL_PARAM_BLD_new(); in dh_export()
|
| /freebsd-head/crypto/openssl/crypto/dsa/ |
| HD | dsa_ameth.c | 445 tmpl = OSSL_PARAM_BLD_new(); in dsa_pkey_export_to()
|
| /freebsd-head/crypto/openssl/crypto/ec/ |
| HD | ec_ameth.c | 493 tmpl = OSSL_PARAM_BLD_new(); in ec_pkey_export_to()
|
| /freebsd-head/crypto/openssl/crypto/dh/ |
| HD | dh_ameth.c | 469 tmpl = OSSL_PARAM_BLD_new(); in dh_pkey_export_to()
|
| /freebsd-head/crypto/openssl/crypto/rsa/ |
| HD | rsa_ameth.c | 778 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to()
|