Searched refs:aes_128_ctr_encrypt (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | aes-eax.c | 62 if (aes_128_ctr_encrypt(key, nonce_mac, data, data_len)) in aes_128_eax_encrypt() 144 return aes_128_ctr_encrypt(key, nonce_mac, data, data_len); in aes_128_eax_decrypt()
|
D | aes-ctr.c | 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() function
|
D | aes_wrap.h | 38 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-eax.c | 62 if (aes_128_ctr_encrypt(key, nonce_mac, data, data_len)) in aes_128_eax_encrypt() 144 return aes_128_ctr_encrypt(key, nonce_mac, data, data_len); in aes_128_eax_decrypt()
|
D | aes-ctr.c | 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() function
|
D | aes_wrap.h | 38 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
|