/external/wpa_supplicant/ |
aes_wrap.h | 36 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len,
|
aes_wrap.c | 386 * aes_128_eax_decrypt - AES-128 EAX mode decryption 397 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, function
|
eap_psk.c | 273 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.h | 39 int __must_check aes_128_eax_decrypt(const u8 *key,
|
aes_wrap.c | 397 * aes_128_eax_decrypt - AES-128 EAX mode decryption 408 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, function
|
/external/wpa_supplicant_8/src/crypto/ |
aes_wrap.h | 39 int __must_check aes_128_eax_decrypt(const u8 *key,
|
aes-eax.c | 87 * aes_128_eax_decrypt - AES-128 EAX mode decryption 98 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, function
|
/external/wpa_supplicant/tests/ |
test_aes.c | 89 if (aes_128_eax_decrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr),
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_psk.c | 287 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_aes.c | 89 if (aes_128_eax_decrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr),
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_psk.c | 288 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_psk.c | 384 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_psk.c | 385 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),
|