Home
last modified time | relevance | path

Searched refs:len_buf (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/crypto/
Daes-gcm.c194 u8 len_buf[16]; in aes_gcm_prepare_j0() local
208 WPA_PUT_BE64(len_buf, 0); in aes_gcm_prepare_j0()
209 WPA_PUT_BE64(len_buf + 8, iv_len * 8); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
232 u8 len_buf[16]; in aes_gcm_ghash() local
243 WPA_PUT_BE64(len_buf, aad_len * 8); in aes_gcm_ghash()
244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8); in aes_gcm_ghash()
245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
/hostap-latest/src/wps/
Dwps_upnp_web.c315 char len_buf[10]; in web_connection_parse_get() local
405 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get()
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get()
852 char len_buf[10]; in web_connection_send_reply() local
853 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply()
854 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()
Dwps_er.c953 char len_buf[10]; in wps_er_soap_end() local
956 os_snprintf(len_buf, sizeof(len_buf), "%d", in wps_er_soap_end()
958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end()