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

  /external/wpa_supplicant/
aes_wrap.h 31 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
aes_wrap.c 283 * aes_128_ctr_encrypt - AES-128 CTR mode encryption
290 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, function
371 aes_128_ctr_encrypt(key, nonce_mac, data, data_len);
439 aes_128_ctr_encrypt(key, nonce_mac, data, data_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.h 33 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
aes_wrap.c 288 * aes_128_ctr_encrypt - AES-128 CTR mode encryption
295 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, function
378 if (aes_128_ctr_encrypt(key, nonce_mac, data, data_len))
459 return aes_128_ctr_encrypt(key, nonce_mac, data, data_len);

Completed in 31 milliseconds