Home
last modified time | relevance | path

Searched refs:default_iv (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dwrap128.c20 static const unsigned char default_iv[] = { variable
37 * @param[in] iv IV value. Length = 8 bytes. NULL = use default_iv.
61 iv = default_iv; in CRYPTO_128_wrap()
137 * NULL = use default_iv.
162 iv = default_iv; in CRYPTO_128_unwrap()
/third_party/openssl/crypto/modes/
H A Dwrap128.c20 static const unsigned char default_iv[] = { variable
37 * @param[in] iv IV value. Length = 8 bytes. NULL = use default_iv.
61 iv = default_iv; in CRYPTO_128_wrap()
137 * NULL = use default_iv.
162 iv = default_iv; in CRYPTO_128_unwrap()

Completed in 2 milliseconds