Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dwrap128.c155 unsigned char got_iv[8]; in CRYPTO_128_unwrap() local
157 ret = crypto_128_unwrap_raw(key, got_iv, out, in, inlen, block); in CRYPTO_128_unwrap()
163 if (CRYPTO_memcmp(got_iv, iv, 8)) { in CRYPTO_128_unwrap()

Completed in 7 milliseconds