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

  /external/boringssl/src/include/openssl/
aes.h 148 OPENSSL_EXPORT int AES_wrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out,
  /external/boringssl/
android_compat_keywrap.c 64 int AES_wrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out,
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 368 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8);

Completed in 236 milliseconds