Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c208 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 Dsha512-internal.c257 WPA_PUT_BE64(md->buf + 120, md->length); in sha512_done()
262 WPA_PUT_BE64(out + (8 * i), md->state[i]); in sha512_done()
H A Dsha256-internal.c216 WPA_PUT_BE64(md->buf + 56, md->length); in sha256_done()
/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.h169 WPA_PUT_BE64(pos, data); in wpabuf_put_be64()
H A Dcommon.h293 static inline void WPA_PUT_BE64(u8 *a, u64 val) in WPA_PUT_BE64() function