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

  /external/syslinux/gpxe/src/crypto/
aes_wrap.c 84 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk ) function
  /external/wpa_supplicant_8/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_openssl.c 396 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, function
    [all...]

Completed in 65 milliseconds