Home
last modified time | relevance | path

Searched refs:aes_128_eax_decrypt (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-eax.c92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt() function
Daes_wrap.h44 int __must_check aes_128_eax_decrypt(const u8 *key,
Dcrypto_module_tests.c330 if (aes_128_eax_decrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_eax()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_psk.c379 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_4()
/external/wpa_supplicant_8/src/eap_peer/
Deap_psk.c284 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()