Searched refs:len_buf (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 194 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), in aes_gcm_ghash() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 194 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), in aes_gcm_ghash() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 315 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()
|
H A D | wps_er.c | 953 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 315 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()
|
H A D | wps_er.c | 953 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()
|
Completed in 10 milliseconds