OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omac1_aes_256
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-omac1.c
156
*
omac1_aes_256
- One-Key CBC MAC (OMAC1) hash with AES-256 (aka AES-CMAC)
167
int
omac1_aes_256
(const u8 *key, const u8 *data, size_t data_len, u8 *mac)
function
aes_wrap.h
33
int __must_check
omac1_aes_256
(const u8 *key, const u8 *data, size_t data_len,
crypto_openssl.c
921
int
omac1_aes_256
(const u8 *key, const u8 *data, size_t data_len, u8 *mac)
function
Completed in 561 milliseconds