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

  /external/wpa_supplicant_8/src/crypto/
aes-unwrap.c 17 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) function
aes_wrap.h 22 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 569 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) {
648 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
wpa.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 164 if (aes_unwrap(data->pac_opaque_encr, (pac_opaque_len - 8) / 8,
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]

Completed in 427 milliseconds