Home
last modified time | relevance | path

Searched defs:J0 (Results 1 – 2 of 2) 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/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1241 uint32_t *J0 = (uint32_t *)ctx->gcm_J0; in gcm_encrypt_final_avx() local