Searched refs:esp_ccmp_decrypt_t (Results 1 – 2 of 2) sorted by relevance
337 typedef uint8_t * (*esp_ccmp_decrypt_t)(const uint8_t *tk, const uint8_t *ieee80211_hdr, typedef421 … esp_ccmp_decrypt_t ccmp_decrypt; /**< Decrypt data callback function using CCMP */
86 .ccmp_decrypt = (esp_ccmp_decrypt_t)ccmp_decrypt,