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/llvm/test/Analysis/ScalarEvolution/
Dguards.ll13 define void @test_1(i1* %cond_buf, i32* %len_buf) {
16 %len = load i32, i32* %len_buf, !range !{i32 1, i32 2147483648}
42 define void @test_2(i32 %n, i32* %len_buf) {
48 %len = load i32, i32* %len_buf, !range !{i32 0, i32 2147483648}
74 define void @test_3(i1* %cond_buf, i32* %len_buf) {
78 %len = load i32, i32* %len_buf
105 define void @test_4(i1* %cond_buf, i32* %len_buf) {
109 %len = load i32, i32* %len_buf
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dguards.ll15 define void @test_1(i1* %cond_buf, i32* %len_buf) {
18 %len = load i32, i32* %len_buf, !range !{i32 1, i32 2147483648}
44 define void @test_2(i32 %n, i32* %len_buf) {
50 %len = load i32, i32* %len_buf, !range !{i32 0, i32 2147483648}
77 define void @test_3(i1* %cond_buf, i32* %len_buf) {
81 %len = load i32, i32* %len_buf
108 define void @test_4(i1* %cond_buf, i32* %len_buf) {
112 %len = load i32, i32* %len_buf
/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.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()