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

  /external/boringssl/src/include/openssl/
aes.h 150 OPENSSL_EXPORT int AES_unwrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out,
  /external/boringssl/
android_compat_keywrap.c 94 int AES_unwrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out,
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 382 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8);

Completed in 131 milliseconds