HomeSort by relevance Sort by last modified time
    Searched refs:aes_wrap (Results 1 - 19 of 19) 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 15 #include "crypto/aes_wrap.h"
333 /* aes_wrap() does not support inplace encryption, so use a temporary
347 if (aes_wrap(r0kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
462 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
494 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
    [all...]
wpa_auth.c 16 #include "crypto/aes_wrap.h"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk 40 crypto/aes/aes_wrap.c \
  /external/openssl/
Crypto-config-host.mk 29 crypto/aes/aes_wrap.c \
Crypto-config-target.mk 29 crypto/aes/aes_wrap.c \
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 12 #include "crypto/aes_wrap.h"
734 if (aes_wrap(data->pac_opaque_encr, pac_len / 8, pac_buf,
    [all...]
  /external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk 44 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.darwin-arm64.mk 45 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.darwin-mips.mk 44 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.darwin-x86.mk 42 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.darwin-x86_64.mk 42 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.linux-arm.mk 44 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.linux-arm64.mk 45 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.linux-mips.mk 44 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.linux-x86.mk 42 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
openssl.target.linux-x86_64.mk 42 third_party/openssl/openssl/crypto/aes/aes_wrap.c \
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 18 #include "crypto/aes_wrap.h"
    [all...]

Completed in 182 milliseconds