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

  /external/wpa_supplicant/
aes_wrap.c 95 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
103 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 92 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
100 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) function

Completed in 23 milliseconds