Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Daes_siv.h15 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len,
Daes-siv.c147 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() function
Dcrypto_module_tests.c105 if (aes_siv_decrypt(key, iv_c, sizeof(iv_c), 1, addr, len, out)) { in test_siv()
134 if (aes_siv_decrypt(key_2, iv_c_2, sizeof(iv_c_2), 3, addr, len, out)) { in test_siv()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c542 if (aes_siv_decrypt(sta->aek, crypt, crypt_len, 3, in mesh_rsn_process_ampe()