Searched refs:esp_ccmp_encrypt_t (Results 1 – 2 of 2) sorted by relevance
353 typedef uint8_t * (*esp_ccmp_encrypt_t)(const uint8_t *tk, uint8_t *frame, size_t len, size_t hdrle… typedef422 … esp_ccmp_encrypt_t ccmp_encrypt; /**< Encrypt data callback function using CCMP */
87 .ccmp_encrypt = (esp_ccmp_encrypt_t)ccmp_encrypt,