/external/syslinux/gpxe/src/include/gpxe/ |
aes.h | 27 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk );
|
/external/wpa_supplicant_8/src/crypto/ |
aes-wrap.c | 14 #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
|
aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
|
crypto_module_tests.c | 14 #include "crypto/aes_wrap.h" 617 if (aes_wrap(kek41, sizeof(kek41), sizeof(plain41) / 8, plain41, 638 if (aes_wrap(kek42, sizeof(kek42), sizeof(plain42) / 8, plain42, 659 if (aes_wrap(kek43, sizeof(kek43), sizeof(plain43) / 8, plain43, 680 if (aes_wrap(kek44, sizeof(kek44), sizeof(plain44) / 8, plain44, 701 if (aes_wrap(kek45, sizeof(kek45), sizeof(plain45) / 8, plain45, 721 if (aes_wrap(kek46, sizeof(kek46), sizeof(plain46) / 8, plain46, [all...] |
crypto_openssl.c | 33 #include "aes_wrap.h" 381 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function [all...] |
/external/syslinux/gpxe/src/crypto/ |
aes_wrap.c | 37 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk ) function
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ft.c | 16 #include "crypto/aes_wrap.h" 345 /* aes_wrap() does not support inplace encryption, so use a temporary 359 if (aes_wrap(r0kh->key, sizeof(r0kh->key), 476 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, key_len / 8, key, 509 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8, [all...] |
wpa_auth.c | 17 #include "crypto/aes_wrap.h" [all...] |
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
OpensslLib.inf | 145 $(OPENSSL_PATH)/crypto/aes/aes_wrap.c
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 12 #include "crypto/aes_wrap.h" 739 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.c | 18 #include "crypto/aes_wrap.h" [all...] |