Searched refs:aes_siv_decrypt (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes_siv.h | 15 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len,
|
D | aes-siv.c | 147 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() function
|
D | crypto_module_tests.c | 105 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/ |
D | mesh_rsn.c | 542 if (aes_siv_decrypt(sta->aek, crypt, crypt_len, 3, in mesh_rsn_process_ampe()
|