Searched defs:aes_wrap (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-wrap.c14 #include "aes_wrap.h"
17 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (RFC3394)
26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
/external/wpa_supplicant_8/src/crypto/
H A Daes-wrap.c14 #include "aes_wrap.h"
17 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (RFC3394)
26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-wrap.c14 #include "aes_wrap.h"
17 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (RFC3394)
26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function

Completed in 404 milliseconds