/freebsd/crypto/openssl/crypto/ |
H A D | 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 …]
|
H A D | 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/crypto/openssl/test/ |
H A D | 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
|
H A D | evp_pkey_provided_test.c | 451 OSSL_PARAM_BLD *bld = NULL; test_evp_pkey_get_bn_param_large() local 512 OSSL_PARAM_BLD *bld = NULL; test_fromdata_dh_named_group() local 722 OSSL_PARAM_BLD *bld = NULL; test_fromdata_dh_fips186_4() local 1171 OSSL_PARAM_BLD *bld = NULL; test_fromdata_ec() local 1439 OSSL_PARAM_BLD *bld = NULL; test_fromdata_dsa_fips186_4() local [all...] |
H A D | 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()
|
H A D | 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
|
H A D | 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
|
H A D | ectest.c | 2394 OSSL_PARAM_BLD *bld = NULL; in do_test_custom_explicit_fromdata() local
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | 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/crypto/openssl/providers/fips/ |
H A D | 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/crypto/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramfromdata.c | 27 OSSL_PARAM_BLD *bld = NULL; in main() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_ddp_common.c | 1463 struct ice_buf_build *bld; ice_pkg_buf_alloc() local 1702 ice_pkg_buf_free(struct ice_hw * hw,struct ice_buf_build * bld) ice_pkg_buf_free() argument 1721 ice_pkg_buf_reserve_section(struct ice_buf_build * bld,u16 count) ice_pkg_buf_reserve_section() argument 1761 ice_pkg_buf_alloc_section(struct ice_buf_build * bld,u32 type,u16 size) ice_pkg_buf_alloc_section() argument 1853 ice_pkg_buf_unreserve_section(struct ice_buf_build * bld,u16 count) ice_pkg_buf_unreserve_section() argument 1887 ice_pkg_buf_get_free_space(struct ice_buf_build * bld) ice_pkg_buf_get_free_space() argument 1908 ice_pkg_buf_get_active_sections(struct ice_buf_build * bld) ice_pkg_buf_get_active_sections() argument 1925 ice_pkg_buf(struct ice_buf_build * bld) ice_pkg_buf() argument [all...] |
H A D | ice_vlan_mode.c | 45 struct ice_buf_build *bld; in ice_pkg_get_supported_vlan_mode() local
|
H A D | ice_flex_pipe.c | 469 struct ice_buf_build *bld; ice_create_tunnel() local 555 struct ice_buf_build *bld; ice_destroy_tunnel() local 734 struct ice_buf_build *bld; ice_ptg_update_xlt1() local 1023 struct ice_buf_build *bld; ice_vsig_update_xlt2_sect() local 2280 ice_prof_bld_es(struct ice_hw * hw,enum ice_block blk,struct ice_buf_build * bld,struct LIST_HEAD_TYPE * chgs) ice_prof_bld_es() argument 2321 ice_prof_bld_tcam(struct ice_hw * hw,enum ice_block blk,struct ice_buf_build * bld,struct LIST_HEAD_TYPE * chgs) ice_prof_bld_tcam() argument 2360 ice_prof_bld_xlt1(enum ice_block blk,struct ice_buf_build * bld,struct LIST_HEAD_TYPE * chgs) ice_prof_bld_xlt1() argument 2395 ice_prof_bld_xlt2(enum ice_block blk,struct ice_buf_build * bld,struct LIST_HEAD_TYPE * chgs) ice_prof_bld_xlt2() argument [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_mcu.c | 163 u16 bld = le16_to_cpu(h->build_ver); in mt76x02_set_ethtool_fwver() local
|
/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_params.c | 212 int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *bld, in ossl_ffc_params_todata()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 172 OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_rsa_pss_params_30_todata()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 98 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata()
|
H A D | ec_kmgmt.c | 1134 OSSL_PARAM_BLD *bld; in ec_gen_set_group_from_params() local
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_lib.c | 321 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 4122 OSSL_PARAM_BLD *bld = NULL; in openssl_dsa_to_dh() local
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 672 #define BNXT_FW_VER_CODE(maj, min, bld, rsv) \ argument
|