Home
last modified time | relevance | path

Searched defs:J0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr()
259 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local
293 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ad() local
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.c248 uint8_t *J0) in aes_gcm_prepare_j0()
271 aes_gcm_gctr(rijndael_ctx *aes, const uint8_t *J0, const uint8_t *in, in aes_gcm_gctr()
314 uint8_t J0[AES_BLOCK_LEN]; in ieee80211_crypto_aes_gcm_ae() local
343 uint8_t J0[AES_BLOCK_LEN]; in ieee80211_crypto_aes_gcm_ad() local
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1396 uint32_t *J0 = (uint32_t *)ctx->gcm_J0; in gcm_encrypt_final_avx() local