Home
last modified time | relevance | path

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

/hostap-3.6.0/src/crypto/
Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash()
258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local
292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local