HomeSort by relevance Sort by last modified time
    Searched refs:aes_ctr_encrypt (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-ctr.c 17 * aes_ctr_encrypt - AES-128/192/256 CTR mode encryption
25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, function
70 return aes_ctr_encrypt(key, 16, nonce, data, data_len);
aes-siv.c 159 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen);
198 ret = aes_ctr_encrypt(k2, key_len, iv, out, crypt_len);
aes_wrap.h 36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce,

Completed in 50 milliseconds