Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dwrap128.c99 static size_t crypto_128_unwrap_raw(void *key, unsigned char *iv, in crypto_128_unwrap_raw() function
157 ret = crypto_128_unwrap_raw(key, got_iv, out, in, inlen, block); in CRYPTO_128_unwrap()
287 ret = crypto_128_unwrap_raw(key, aiv, out, in, inlen, block); in CRYPTO_128_unwrap_pad()

Completed in 6 milliseconds