Searched refs:J0inc (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 218 u8 J0inc[AES_BLOCK_SIZE]; in aes_gcm_gctr() local 223 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 224 inc32(J0inc); in aes_gcm_gctr() 225 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 218 u8 J0inc[AES_BLOCK_SIZE]; in aes_gcm_gctr() local 223 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 224 inc32(J0inc); in aes_gcm_gctr() 225 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr()
|
Completed in 2 milliseconds