Searched refs:esp_omac1_aes_128_t (Results 1 – 2 of 2) sorted by relevance
322 typedef int (*esp_omac1_aes_128_t)(const uint8_t *key, const uint8_t *data, size_t data_len, typedef420 …esp_omac1_aes_128_t omac1_aes_128; /**< One-Key CBC MAC (OMAC1) hash with AES-128 ca…
85 .omac1_aes_128 = (esp_omac1_aes_128_t)omac1_aes_128,