/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes-gcm.c | 194 u8 len_buf[16]; local 208 WPA_PUT_BE64(len_buf, 0); 209 WPA_PUT_BE64(len_buf + 8, iv_len * 8); 210 ghash(H, len_buf, sizeof(len_buf), J0); 232 u8 len_buf[16]; local 243 WPA_PUT_BE64(len_buf, aad_len * 8); 244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8); 245 ghash(H, len_buf, sizeof(len_buf), [all...] |
/external/wpa_supplicant_8/src/crypto/ |
H A D | aes-gcm.c | 194 u8 len_buf[16]; local 208 WPA_PUT_BE64(len_buf, 0); 209 WPA_PUT_BE64(len_buf + 8, iv_len * 8); 210 ghash(H, len_buf, sizeof(len_buf), J0); 232 u8 len_buf[16]; local 243 WPA_PUT_BE64(len_buf, aad_len * 8); 244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8); 245 ghash(H, len_buf, sizeof(len_buf), [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | aes-gcm.c | 194 u8 len_buf[16]; local 208 WPA_PUT_BE64(len_buf, 0); 209 WPA_PUT_BE64(len_buf + 8, iv_len * 8); 210 ghash(H, len_buf, sizeof(len_buf), J0); 232 u8 len_buf[16]; local 243 WPA_PUT_BE64(len_buf, aad_len * 8); 244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8); 245 ghash(H, len_buf, sizeof(len_buf), [all...] |
/external/ltrace/ |
H A D | printf.c | 123 unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, 174 l = atol(len_buf); 211 char len_buf[25] = {}; local 267 if (len_buf_len < sizeof(len_buf) - 1) 268 len_buf[len_buf_len++] = c; 367 len_buf, len_buf_len, infop) < 0) 121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_upnp_web.c | 314 char len_buf[10]; local 404 os_snprintf(len_buf, 10, "%d", body_length); 405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); 782 char len_buf[10]; local 783 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); 784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
|
H A D | wps_er.c | 954 char len_buf[10]; local 957 os_snprintf(len_buf, sizeof(len_buf), "%d", 959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_upnp_web.c | 314 char len_buf[10]; local 404 os_snprintf(len_buf, 10, "%d", body_length); 405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); 782 char len_buf[10]; local 783 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); 784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
|
H A D | wps_er.c | 954 char len_buf[10]; local 957 os_snprintf(len_buf, sizeof(len_buf), "%d", 959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_upnp_web.c | 314 char len_buf[10]; local 404 os_snprintf(len_buf, 10, "%d", body_length); 405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); 782 char len_buf[10]; local 783 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); 784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
|
H A D | wps_er.c | 954 char len_buf[10]; local 957 os_snprintf(len_buf, sizeof(len_buf), "%d", 959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
H A D | aspacemgr-linux.c | 506 HChar len_buf[20]; local 514 show_len_concisely(len_buf, seg->start, seg->end); 521 (ULong)seg->start, (ULong)seg->end, len_buf, 536 HChar len_buf[20]; local 537 show_len_concisely(len_buf, seg->start, seg->end); 546 (ULong)seg->start, (ULong)seg->end, len_buf 555 (ULong)seg->start, (ULong)seg->end, len_buf, 568 (ULong)seg->start, (ULong)seg->end, len_buf, 581 (ULong)seg->start, (ULong)seg->end, len_buf, 1004 HChar len_buf[2 local 1071 HChar len_buf[20]; local [all...] |