HomeSort by relevance Sort by last modified time
    Searched refs:aes_wrap (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-wrap.c 14 #include "aes_wrap.h"
17 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) function
aes_wrap.h 21 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 14 #include "crypto/aes_wrap.h"
322 /* aes_wrap() does not support inplace encryption, so use a temporary
333 if (aes_wrap(r0kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
443 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
475 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
    [all...]
wpa_auth.c 15 #include "crypto/aes_wrap.h"
    [all...]
  /external/openssl/
Crypto-config.mk 40 crypto/aes/aes_wrap.c \
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 12 #include "crypto/aes_wrap.h"
733 if (aes_wrap(data->pac_opaque_encr, pac_len / 8, pac_buf,
    [all...]

Completed in 677 milliseconds