Home
last modified time | relevance | path

Searched refs:AES_unwrap_key (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Daes.h150 OPENSSL_EXPORT int AES_unwrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out,
/external/boringssl/
Dandroid_compat_keywrap.c94 int AES_unwrap_key(AES_KEY *key, const uint8_t *iv, uint8_t *out, in AES_unwrap_key() function
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c382 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()