Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c27 return aes_unwrap(kek, DEFAULT_KEK_LEN, n, cipher, plain); in esp_aes_unwrap()
65 .aes_unwrap = (esp_aes_unwrap_t)esp_aes_unwrap,
Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
Daes_wrap.h23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld10 PROVIDE ( aes_unwrap = 0x4005ccf0 ); symbol
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h400 …esp_aes_unwrap_t aes_unwrap; /**< The AES unwrap callback function used by esp… member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c608 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem()
686 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8,
Dwpa.c1568 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, maxkeylen / 8, key_data, gd->gtk)) { in wpa_supplicant_process_1_of_2_wpa()
1792 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, *key_data_len / 8, in wpa_supplicant_decrypt_key_data()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_8266.ld99 PROVIDE ( aes_unwrap = 0x40009410 ); symbol
Drom_32.ld22 PROVIDE ( aes_unwrap = 0x4005ccf0 ); symbol
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c707 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function