Searched refs:aes_128_eax_decrypt (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-eax.c | 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt() function
|
H A D | aes_wrap.h | 44 int __must_check aes_128_eax_decrypt(const u8 *key,
|
H A D | crypto_module_tests.c | 330 if (aes_128_eax_decrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_eax()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_psk.c | 282 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_psk.c | 377 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_4()
|