Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c20 static int esp_aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in esp_aes_wrap() function
64 .aes_wrap = (esp_aes_wrap_t)esp_aes_wrap,