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

  /external/wpa_supplicant/
aes_wrap.c 25 #include "aes_wrap.h"
36 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
44 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 25 #include "aes_wrap.h"
31 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
39 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) function

Completed in 166 milliseconds