| /freebsd-14-stable/crypto/openssl/crypto/ |
| HD | param_build.c | 51 static OSSL_PARAM_BLD_DEF *param_push(OSSL_PARAM_BLD *bld, const char *key, in param_push() 76 static int param_push_num(OSSL_PARAM_BLD *bld, const char *key, in param_push_num() 105 static void free_all_params(OSSL_PARAM_BLD *bld) in free_all_params() 113 void OSSL_PARAM_BLD_free(OSSL_PARAM_BLD *bld) in OSSL_PARAM_BLD_free() 122 int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int num) in OSSL_PARAM_BLD_push_int() 127 int OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_uint() 134 int OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_long() 140 int OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_ulong() 147 int OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_int32() 153 int OSSL_PARAM_BLD_push_uint32(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_uint32() [all …]
|
| HD | param_build_set.c | 33 int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_long() 44 int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_utf8_string() 55 int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_octet_string() 69 int ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_bn_pad() 84 int ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_bn() 96 int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, in ossl_param_build_set_multi_key_bn()
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | param_build_test.c | 21 OSSL_PARAM_BLD *bld = NULL; in template_public_single_zero_test() local 53 OSSL_PARAM_BLD *bld = NULL; in template_private_single_zero_test() local 87 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in template_public_test() local 225 OSSL_PARAM_BLD *bld = NULL; in template_private_test() local 371 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_limit_test() local 414 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_merge_test() local
|
| HD | evp_pkey_provided_test.c | 454 OSSL_PARAM_BLD *bld = NULL; in test_evp_pkey_get_bn_param_large() local 515 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dh_named_group() local 728 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dh_fips186_4() local 1183 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_ec() local 1463 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dsa_fips186_4() local
|
| HD | endecode_test.c | 1065 static int do_create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld, in do_create_ec_explicit_prime_params() 1127 static int create_ec_explicit_prime_params_namedcurve(OSSL_PARAM_BLD *bld) in create_ec_explicit_prime_params_namedcurve() 1144 static int create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld) in create_ec_explicit_prime_params() 1163 static int do_create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld, in do_create_ec_explicit_trinomial_params() 1216 static int create_ec_explicit_trinomial_params_namedcurve(OSSL_PARAM_BLD *bld) in create_ec_explicit_trinomial_params_namedcurve() 1230 static int create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld) in create_ec_explicit_trinomial_params()
|
| HD | acvp_test.c | 156 OSSL_PARAM_BLD *bld = NULL; in ecdsa_create_pkey() local 460 OSSL_PARAM_BLD *bld = NULL; in dsa_create_pkey() local 901 OSSL_PARAM_BLD *bld = NULL; in dh_create_pkey() local 1012 OSSL_PARAM_BLD *bld = NULL; in rsa_create_pkey() local 1065 OSSL_PARAM_BLD *bld = NULL; in rsa_keygen_test() local
|
| HD | evp_extra_test.c | 774 OSSL_PARAM_BLD *bld = NULL; in test_EVP_PKEY_ffc_priv_pub() local 911 OSSL_PARAM_BLD *bld = NULL; in test_EC_priv_pub() local 2810 OSSL_PARAM_BLD *bld = NULL; in test_DSA_get_set_params() local 2877 OSSL_PARAM_BLD *bld = NULL; in test_RSA_get_set_params() local
|
| HD | ectest.c | 2394 OSSL_PARAM_BLD *bld = NULL; in do_test_custom_explicit_fromdata() local
|
| /freebsd-14-stable/crypto/openssl/crypto/dh/ |
| HD | dh_backend.c | 97 int ossl_dh_params_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_dh_params_todata() 109 int ossl_dh_key_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in ossl_dh_key_todata()
|
| /freebsd-14-stable/crypto/openssl/providers/fips/ |
| HD | self_test_kats.c | 149 static int add_params(OSSL_PARAM_BLD *bld, const ST_KAT_PARAM *params, in add_params() 204 OSSL_PARAM_BLD *bld = NULL; in self_test_kdf() local 372 OSSL_PARAM_BLD *bld = NULL; in self_test_ka() local 444 OSSL_PARAM_BLD *bld = NULL; in self_test_sign() local
|
| /freebsd-14-stable/crypto/openssl/demos/pkey/ |
| HD | EVP_PKEY_DSA_paramfromdata.c | 27 OSSL_PARAM_BLD *bld = NULL; in main() local
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_ddp_common.c | 1458 struct ice_buf_build *bld; in ice_pkg_buf_alloc() local 1697 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld) in ice_pkg_buf_free() 1716 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count) in ice_pkg_buf_reserve_section() 1756 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size) in ice_pkg_buf_alloc_section() 1848 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count) in ice_pkg_buf_unreserve_section() 1882 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld) in ice_pkg_buf_get_free_space() 1903 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld) in ice_pkg_buf_get_active_sections() 1920 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld) in ice_pkg_buf()
|
| HD | ice_vlan_mode.c | 45 struct ice_buf_build *bld; in ice_pkg_get_supported_vlan_mode() local
|
| HD | ice_flex_pipe.c | 468 struct ice_buf_build *bld; in ice_create_tunnel() local 554 struct ice_buf_build *bld; in ice_destroy_tunnel() local 735 struct ice_buf_build *bld; in ice_ptg_update_xlt1() local 1024 struct ice_buf_build *bld; in ice_vsig_update_xlt2_sect() local 2281 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) in ice_prof_bld_es() 2322 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) in ice_prof_bld_tcam() 2361 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt1() 2396 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt2()
|
| /freebsd-14-stable/sys/contrib/dev/mediatek/mt76/ |
| HD | mt76x02_mcu.c | 163 u16 bld = le16_to_cpu(h->build_ver); in mt76x02_set_ethtool_fwver() local
|
| /freebsd-14-stable/crypto/openssl/crypto/ffc/ |
| HD | ffc_params.c | 212 int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *bld, in ossl_ffc_params_todata()
|
| /freebsd-14-stable/crypto/openssl/crypto/rsa/ |
| HD | rsa_backend.c | 172 OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_rsa_pss_params_30_todata()
|
| /freebsd-14-stable/crypto/openssl/providers/implementations/keymgmt/ |
| HD | dsa_kmgmt.c | 98 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata()
|
| HD | ec_kmgmt.c | 1134 OSSL_PARAM_BLD *bld; in ec_gen_set_group_from_params() local
|
| /freebsd-14-stable/crypto/openssl/crypto/store/ |
| HD | store_lib.c | 321 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local
|
| /freebsd-14-stable/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 4122 OSSL_PARAM_BLD *bld = NULL; in openssl_dsa_to_dh() local
|
| /freebsd-14-stable/sys/dev/bnxt/bnxt_en/ |
| HD | bnxt.h | 672 #define BNXT_FW_VER_CODE(maj, min, bld, rsv) \ argument
|