Searched refs:J0inc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto_gcm.c | 274 uint8_t J0inc[AES_BLOCK_LEN]; in aes_gcm_gctr() local 279 memcpy(J0inc, J0, AES_BLOCK_LEN); in aes_gcm_gctr() 280 inc32(J0inc); in aes_gcm_gctr() 282 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr()
|
| /freebsd/contrib/wpa/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()
|