Home
last modified time | relevance | path

Searched refs:esp_aes_gmac_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h368 typedef int (*esp_aes_gmac_t)(const uint8_t *key, size_t keylen, const uint8_t *iv, size_t iv_len, typedef
423esp_aes_gmac_t aes_gmac; /**< One-Key GMAC hash callback function with AES…
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c88 .aes_gmac = (esp_aes_gmac_t)esp_aes_gmac,