Searched defs:AES_unwrap_key (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/aes/
H A Daes_wrap.c99 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, function
166 r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r);

Completed in 1337 milliseconds