Home
last modified time | relevance | path

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

123

/hostap/src/crypto/
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
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
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
Daes-eax.c33 size_t buf_len; in aes_128_eax_encrypt() local
97 size_t buf_len; in aes_128_eax_decrypt() local
Dsha1-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha1_prf()
Dsha1-tprf.c30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
Dtls_none.c206 int tls_get_library_version(char *buf, size_t buf_len) in tls_get_library_version()
/hostap/src/eap_peer/
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
Dmschapv2.c113 const u8 *buf, size_t buf_len) in mschapv2_verify_auth_response()
/hostap/wpa_supplicant/
Drobust_av.c269 size_t buf_len; in wpas_send_mscs_req() local
324 size_t buf_len = 0; in tclas_elem_len() local
371 size_t buf_len = 0; in qos_char_len() local
416 size_t buf_len = 0; in allocate_scs_buf() local
1589 size_t buf_len; in wpas_send_dscp_response() local
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
Dwnm_sta.c33 u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie()
43 const u8 *addr, const u8 *buf, u16 buf_len, in ieee80211_11_set_tfs_ie()
Ddriver_i.h564 u8 *buf, size_t buf_len) in wpa_drv_get_noa()
614 char *cmd, char *buf, size_t buf_len) in wpa_drv_driver_cmd()
690 u8 *buf, u16 *buf_len) in wpa_drv_wnm_oper()
/hostap/wlantest/
Dbip.c82 size_t plen, mic_len, element_len, buf_len; in bip_protect_s1g_beacon() local
262 size_t plen, mic_len, element_len, buf_len; in bip_gmac_protect_s1g_beacon() local
/hostap/src/eap_common/
Deap_peap_common.c17 u8 *buf, size_t buf_len) in peap_prfplus()
Deap_sake_common.c219 u8 *buf, size_t buf_len) in eap_sake_kdf()
/hostap/src/pasn/
Dpasn_responder.c105 size_t buf_len; in pasn_wd_handle_sae_commit() local
180 size_t buf_len; in pasn_wd_handle_sae_confirm() local
Dpasn_initiator.c139 size_t buf_len; in wpas_pasn_wd_sae_rx() local
369 size_t buf_len; in wpas_pasn_wd_fils_rx() local
Dpasn_common.c314 u16 buf_len; in pasn_parse_encrypted_data() local
/hostap/src/utils/
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()
Djson.c68 size_t max_len, buf_len; in json_parse_string() local
/hostap/src/rsn_supp/
Dwpa_ft.c213 size_t buf_len; in wpa_ft_gen_req_ies() local
553 int wpa_ft_add_mdie(struct wpa_sm *sm, u8 *buf, size_t buf_len, in wpa_ft_add_mdie()
Dtdls.c128 int buf_len; /* length of TPK message for retransmission */ member
1103 size_t buf_len; in wpa_tdls_send_tpk_m1() local
1288 size_t buf_len; in wpa_tdls_send_tpk_m2() local
1380 size_t buf_len; in wpa_tdls_send_tpk_m3() local
1479 size_t buf_len = 0; in wpa_tdls_send_discovery_response() local
/hostap/src/pae/
Dieee802_1x_key.c41 int lab_len, ctx_len, ret_len, buf_len; in aes_kdf() local
/hostap/src/ap/
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()

123