HomeSort by relevance Sort by last modified time
    Searched full:aes_unwrap (Results 1 - 12 of 12) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
aes.h 28 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk );
  /external/wpa_supplicant_8/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,
    [all...]
crypto_openssl.c 396 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
    [all...]
  /external/syslinux/gpxe/src/crypto/
aes_wrap.c 84 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk ) function
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 563 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, gtk_len / 8, gtk_elem + 11,
643 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8,
wpa.c     [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa_ccmp.c 515 if ( aes_unwrap ( kek, msg, msg, *len / 8 - 1 ) != 0 )
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 164 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]

Completed in 987 milliseconds