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.c314 char len_buf[10]; in web_connection_parse_get() local
404 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get()
405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get()
782 char len_buf[10]; in web_connection_send_reply() local
783 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply()
784 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/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c506 HChar len_buf[20]; in show_nsegment_full() local
514 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment_full()
521 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment_full()
536 HChar len_buf[20]; in show_nsegment() local
537 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment()
546 (ULong)seg->start, (ULong)seg->end, len_buf in show_nsegment()
555 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment()
568 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment()
581 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment()
1004 HChar len_buf[20]; in sync_check_mapping_callback() local
[all …]