Home
last modified time | relevance | path

Searched refs:aes_siv_encrypt (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes_siv.h12 int aes_siv_encrypt(const u8 *key, size_t key_len,
Daes-siv.c120 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() function
Dcrypto_module_tests.c96 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/
Dmesh_rsn.c601 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/
Dwpa_auth.c1525 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/
Dwpa.c135 if (aes_siv_encrypt(ptk->kek, ptk->kek_len, in wpa_eapol_key_send()