Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/wpa_supplicant/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
/hal_espressif-3.5.0/components/mbedtls/port/include/aes/
Desp_aes_gcm.h48 uint8_t H[16]; /*!< Initial hash value */ member
/hal_espressif-3.5.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c271 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local