Searched refs:WPA_PUT_BE64 (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 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() 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()
|
H A D | sha512-internal.c | 260 WPA_PUT_BE64(md->buf + 120, md->length); in sha512_done() 265 WPA_PUT_BE64(out + (8 * i), md->state[i]); in sha512_done()
|
H A D | sha256-internal.c | 219 WPA_PUT_BE64(md->buf + 56, md->length); in sha256_done()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 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() 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()
|
H A D | sha512-internal.c | 260 WPA_PUT_BE64(md->buf + 120, md->length); in sha512_done() 265 WPA_PUT_BE64(out + (8 * i), md->state[i]); in sha512_done()
|
H A D | sha256-internal.c | 219 WPA_PUT_BE64(md->buf + 56, md->length); in sha256_done()
|
/third_party/curl/lib/ |
H A D | sha256.c | 280 #define WPA_PUT_BE64(a, val) \ macro 292 #define WPA_PUT_BE64(a, val) \ macro 487 WPA_PUT_BE64(md->buf + 56, md->length); in my_sha256_final()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpabuf.h | 163 WPA_PUT_BE64(pos, data); in wpabuf_put_be64()
|
H A D | common.h | 294 static inline void WPA_PUT_BE64(u8 *a, u64 val) in WPA_PUT_BE64() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 282 static inline void WPA_PUT_BE64(u8 *a, u64 val) in WPA_PUT_BE64() function
|
Completed in 7 milliseconds