OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aes_128_ctr_encrypt
(Results
1 - 5
of
5
) 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
27
int __must_check
aes_128_ctr_encrypt
(const u8 *key, const u8 *nonce,
/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 66 milliseconds