Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_gcm.h32 uint8_t ghash[16]; /*!< GHASH value. */ member
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function