Searched refs:ccmp_encrypt (Results 1 – 4 of 4) sorted by relevance
87 .ccmp_encrypt = (esp_ccmp_encrypt_t)ccmp_encrypt,
15 u8 * ccmp_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen,
191 u8 * ccmp_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, in ccmp_encrypt() function
422 … esp_ccmp_encrypt_t ccmp_encrypt; /**< Encrypt data callback function using CCMP */ member