Searched defs:aes_unwrap (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes-unwrap.c | 17 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (RFC3394) 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
H A D | crypto_openssl.c | 374 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | aes-unwrap.c | 17 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (RFC3394) 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
H A D | crypto_openssl.c | 374 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | aes-unwrap.c | 17 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (RFC3394) 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
H A D | crypto_openssl.c | 374 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
Completed in 1841 milliseconds