Lines Matching refs:AES_BLOCK_SIZE
19 val = WPA_GET_BE32(block + AES_BLOCK_SIZE - 4); in inc32()
21 WPA_PUT_BE32(block + AES_BLOCK_SIZE - 4, val); in inc32()
146 u8 cb[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE]; in aes_gctr()
155 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
160 xpos += AES_BLOCK_SIZE; in aes_gctr()
161 ypos += AES_BLOCK_SIZE; in aes_gctr()
184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
199 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0()
200 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0()
218 u8 J0inc[AES_BLOCK_SIZE]; in aes_gcm_gctr()
223 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr()
258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae()
259 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae()
292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad()
293 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ad()