Searched defs:aes_wrap (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
D | crypto_wolfssl.c | 412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
D | crypto_openssl.c | 504 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
/hostap-3.6.0/tests/hwsim/ |
D | test_ap_psk.py | 1720 def aes_wrap(kek, plain): function
|