Searched refs:esp_aes_unwrap_t (Results 1 – 2 of 2) sorted by relevance
101 typedef int (*esp_aes_unwrap_t)(const unsigned char *kek, int n, const unsigned char *cipher, unsig… typedef400 …esp_aes_unwrap_t aes_unwrap; /**< The AES unwrap callback function used by esp…
65 .aes_unwrap = (esp_aes_unwrap_t)esp_aes_unwrap,