HomeSort by: relevance | last modified time | path
    Searched defs:aes_unwrap (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/bin/wpa_supplicant/
aes-xinternal.c 7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) function
  /src/external/bsd/wpa/dist/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
crypto_linux.c 784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
crypto_wolfssl.c 709 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
crypto_openssl.c 638 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function

Completed in 79 milliseconds