Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h322 typedef int (*esp_omac1_aes_128_t)(const uint8_t *key, const uint8_t *data, size_t data_len, typedef
420esp_omac1_aes_128_t omac1_aes_128; /**< One-Key CBC MAC (OMAC1) hash with AES-128 ca…
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c85 .omac1_aes_128 = (esp_omac1_aes_128_t)omac1_aes_128,