Home
last modified time | relevance | path

Searched refs:aes_128_ctr_encrypt (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-eax.c62 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()
Daes-siv.c143 return aes_128_ctr_encrypt(k2, v, crypt_pw, pwlen); in aes_siv_encrypt()
177 ret = aes_128_ctr_encrypt(k2, iv, out, crypt_len); in aes_siv_decrypt()
Daes-ctr.c24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() function
Daes_wrap.h36 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,