Home
last modified time | relevance | path

Searched defs:bld (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dparam_build.c51 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 Dparam_build_set.c33 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 Dparam_build_test.c21 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 Devp_pkey_provided_test.c451 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 Dendecode_test.c1065 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 Dacvp_test.c156 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 Devp_extra_test.c774 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 Dectest.c2394 OSSL_PARAM_BLD *bld = NULL; in do_test_custom_explicit_fromdata() local
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_backend.c97 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 Dself_test_kats.c149 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 DEVP_PKEY_DSA_paramfromdata.c27 OSSL_PARAM_BLD *bld = NULL; in main() local
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c1463 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 Dice_vlan_mode.c45 struct ice_buf_build *bld; in ice_pkg_get_supported_vlan_mode() local
H A Dice_flex_pipe.c469 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 Dmt76x02_mcu.c163 u16 bld = le16_to_cpu(h->build_ver); in mt76x02_set_ethtool_fwver() local
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params.c212 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 Drsa_backend.c172 OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_rsa_pss_params_30_todata()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c98 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata()
H A Dec_kmgmt.c1134 OSSL_PARAM_BLD *bld; in ec_gen_set_group_from_params() local
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c321 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c4122 OSSL_PARAM_BLD *bld = NULL; in openssl_dsa_to_dh() local
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h672 #define BNXT_FW_VER_CODE(maj, min, bld, rsv) \ argument