Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/ltrace/
Dprintf.c123 unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, in form_next_param() argument
174 l = atol(len_buf); in form_next_param()
211 char len_buf[25] = {}; in param_printf_next() local
267 if (len_buf_len < sizeof(len_buf) - 1) in param_printf_next()
268 len_buf[len_buf_len++] = c; in param_printf_next()
367 len_buf, len_buf_len, infop) < 0) in param_printf_next()
/external/wpa_supplicant_8/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.c954 char len_buf[10]; in wps_er_soap_end() local
957 os_snprintf(len_buf, sizeof(len_buf), "%d", in wps_er_soap_end()
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c435 HChar len_buf[20]; in show_nsegment_full() local
441 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment_full()
448 seg->start, seg->end, len_buf, in show_nsegment_full()
464 HChar len_buf[20]; in show_nsegment() local
465 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment()
474 seg->start, seg->end, len_buf in show_nsegment()
483 seg->start, seg->end, len_buf, in show_nsegment()
496 seg->start, seg->end, len_buf, in show_nsegment()
510 seg->start, seg->end, len_buf, in show_nsegment()
908 HChar len_buf[20]; in sync_check_mapping_callback() local
[all …]