Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c25 static int esp_aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in esp_aes_unwrap() function
65 .aes_unwrap = (esp_aes_unwrap_t)esp_aes_unwrap,