| /src/external/bsd/wpa/bin/wpa_supplicant/ |
| aes-xinternal.c | 7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) function
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| 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
|
| aes_wrap.h | 23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
|
| crypto_module_tests.c | 626 if (aes_unwrap(kek41, sizeof(kek41), sizeof(plain41) / 8, crypt41, 647 if (aes_unwrap(kek42, sizeof(kek42), sizeof(plain42) / 8, crypt42, 668 if (aes_unwrap(kek43, sizeof(kek43), sizeof(plain43) / 8, crypt43, 689 if (aes_unwrap(kek44, sizeof(kek44), sizeof(plain44) / 8, crypt44, 710 if (aes_unwrap(kek45, sizeof(kek45), sizeof(plain45) / 8, crypt45, 730 if (aes_unwrap(kek46, sizeof(kek46), sizeof(plain46) / 8, crypt46,
|
| crypto_linux.c | 784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
| crypto_wolfssl.c | 709 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
| crypto_openssl.c | 638 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
|
| /src/external/bsd/wpa/dist/src/rsn_supp/ |
| wpa_ft.c | 832 if (aes_unwrap(kek, kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { 926 if (aes_unwrap(kek, kek_len, igtk_len / 8, igtk_elem + 9, igtk)) { 994 if (aes_unwrap(kek, kek_len, bigtk_len / 8, bigtk_elem + 9, bigtk)) {
|
| wpa.c | 3080 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, maxkeylen / 8, 3387 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, *key_data_len / 8,
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_fast.c | 164 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
|
| eap_server_teap.c | 183 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
|
| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth.c | 1635 if (aes_unwrap(sm->PTK.kek, sm->PTK.kek_len, 3808 if (aes_unwrap(PTK.kek, PTK.kek_len, key_data_length / 8,
|
| /src/external/bsd/wpa/dist/src/pae/ |
| ieee802_1x_kay.c | 1797 if (aes_unwrap(participant->kek.key, participant->kek.len,
|