Home
last modified time | relevance | path

Searched refs:esp_aes_unwrap_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h101 typedef int (*esp_aes_unwrap_t)(const unsigned char *kek, int n, const unsigned char *cipher, unsig… typedef
400esp_aes_unwrap_t aes_unwrap; /**< The AES unwrap callback function used by esp…
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c65 .aes_unwrap = (esp_aes_unwrap_t)esp_aes_unwrap,