Searched refs:aes_siv_decrypt (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes_siv.h | 16 int aes_siv_decrypt(const u8 *key, size_t key_len,
|
D | aes-siv.c | 163 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() function
|
D | crypto_module_tests.c | 107 if (aes_siv_decrypt(key, sizeof(key), iv_c, sizeof(iv_c), in test_siv() 138 if (aes_siv_decrypt(key_2, sizeof(key_2), iv_c_2, sizeof(iv_c_2), in test_siv()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 672 if (aes_siv_decrypt(sta->aek, sizeof(sta->aek), crypt, crypt_len, 3, in mesh_rsn_process_ampe()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 2119 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len, in wpa_aead_decrypt() 2233 if (aes_siv_decrypt(sm->PTK.kek, sm->PTK.kek_len, crypt, end - crypt, in fils_decrypt_assoc()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 1850 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, *key_data_len, in wpa_supp_aead_decrypt()
|