Searched refs:aes_siv_encrypt (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes_siv.h | 12 int aes_siv_encrypt(const u8 *key, size_t key_len,
|
D | aes-siv.c | 119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() function
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 1109 if (aes_siv_encrypt(auth->k1, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_req() 1282 if (aes_siv_encrypt(siv_key, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_resp() 1732 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_req_attr() 2240 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_auth_build_resp_ok() 2800 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_auth_build_conf() 2816 if (aes_siv_encrypt(auth->k2, auth->curve->hash_len, in dpp_auth_build_conf() 4380 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_resp()
|