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

  /external/wpa_supplicant_8/src/crypto/
aes-ctr.c 17 * aes_128_ctr_encrypt - AES-128 CTR mode encryption
24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, function
aes-eax.c 62 if (aes_128_ctr_encrypt(key, nonce_mac, data, data_len))
144 return aes_128_ctr_encrypt(key, nonce_mac, data, data_len);
aes_wrap.h 31 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,

Completed in 164 milliseconds