OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aes_128_ctr_encrypt
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-ctr.c
23
*
aes_128_ctr_encrypt
- AES-128 CTR mode encryption
30
int
aes_128_ctr_encrypt
(const u8 *key, const u8 *nonce,
function
/external/wpa_supplicant/
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.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 1193 milliseconds