Searched refs:aes_siv_encrypt (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes_siv.h | 12 int aes_siv_encrypt(const u8 *key, size_t key_len,
|
D | aes-siv.c | 120 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() function
|
D | crypto_module_tests.c | 96 if (aes_siv_encrypt(key, sizeof(key), plaintext, sizeof(plaintext), in test_siv() 126 if (aes_siv_encrypt(key_2, sizeof(key_2), in test_siv()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 601 if (aes_siv_encrypt(sta->aek, sizeof(sta->aek), ampe_ie, 2 + len, 3, in mesh_rsn_protect_frame()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 1525 if (aes_siv_encrypt(sm->PTK.kek, sm->PTK.kek_len, kde, kde_len, in __wpa_send_eapol() 2387 if (aes_siv_encrypt(sm->PTK.kek, sm->PTK.kek_len, in fils_encrypt_assoc()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 135 if (aes_siv_encrypt(ptk->kek, ptk->kek_len, in wpa_eapol_key_send()
|