Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 25 of 93) sorted by relevance

1234

/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_print.c63 size_t buf_len = 0; in EC_POINT_point2bn() local
89 size_t buf_len = 0; in EC_POINT_bn2point() local
129 size_t buf_len = 0, i; in EC_POINT_point2hex() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dsha256-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha256_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha256_prf_bits() local
H A Dsha512-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha512_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha512_prf_bits() local
H A Dsha384-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha384_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha384_prf_bits() local
H A Daes-eax.c33 size_t buf_len; in aes_128_eax_encrypt() local
97 size_t buf_len; in aes_128_eax_decrypt() local
H A Dsha1-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha1_prf()
H A Dsha1-tprf.c30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap_teap_pac.c185 size_t buf_len; member
478 static void eap_teap_write(char **buf, char **pos, size_t *buf_len, in eap_teap_write()
580 char **pos, size_t *buf_len) in eap_teap_add_pac_data()
628 size_t buf_len; in eap_teap_save_pac() local
H A Deap_fast_pac.c185 size_t buf_len; member
477 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write()
575 char **pos, size_t *buf_len) in eap_fast_add_pac_data()
624 size_t buf_len; in eap_fast_save_pac() local
H A Dmschapv2.c113 const u8 *buf, size_t buf_len) in mschapv2_verify_auth_response()
/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_mem.c122 BIO_new_mem_buf(const void *buf, int buf_len) in BIO_new_mem_buf()
223 size_t buf_len; in mem_write() local
/dflybsd-src/lib/libposix1e/
H A Dacl_support.c240 acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf) in acl_id_to_name()
324 acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf) in acl_perm_to_string()
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Deap_peap_common.c17 u8 *buf, size_t buf_len) in peap_prfplus()
/dflybsd-src/crypto/openssh/
H A Dcrypto_api.h27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) argument
H A Dhmac.c35 size_t buf_len; member
/dflybsd-src/sys/dev/disk/dm/
H A Ddevice-mapper.c373 uint64_t buf_start, buf_len, issued_len; in dmstrategy() local
478 uint64_t buf_start, buf_len, issued_len; in dmdump() local
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant_sd.c102 static int p2p_sd_dns_uncompress(char *buf, size_t buf_len, const u8 *msg, in p2p_sd_dns_uncompress()
699 size_t buf_len; in wpas_sd_request() local
826 size_t buf_len; in wpas_sd_p2ps_serv_response() local
896 size_t buf_len; in wpas_sd_response() local
/dflybsd-src/contrib/byacc/
H A Dmstring.c16 static size_t buf_len; variable
/dflybsd-src/contrib/ldns/drill/
H A Dwork.c22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) in hexstr2bin()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_object.c424 i2t_ASN1_OBJECT_internal(const ASN1_OBJECT *aobj, char *buf, int buf_len, int no_name) in i2t_ASN1_OBJECT_internal()
452 i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *aobj) in i2t_ASN1_OBJECT()
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c168 size_t buf_len; in wpa_ft_gen_req_ies() local
454 int wpa_ft_add_mdie(struct wpa_sm *sm, u8 *buf, size_t buf_len, in wpa_ft_add_mdie()
/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c389 size_t buf_len = 0; in do_dsa_print() local
598 size_t buf_len = 0; in dsa_sig_print() local
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dspeed.c1275 size_t buf_len, nonce_len; in speed_main() local
1303 size_t buf_len, nonce_len; in speed_main() local
1332 size_t buf_len, nonce_len; in speed_main() local
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c266 static int scard_parse_fsp_templ(unsigned char *buf, size_t buf_len, in scard_parse_fsp_templ()
807 unsigned char *buf, size_t *buf_len, in _scard_select_file()
888 unsigned char *buf, size_t *buf_len) in scard_select_file()
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dwnm_ap.c29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie()
39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie()

1234