EVP_CIPHER_CTX_original_iv

Return the IV originally supplied when the cipher context was initialized (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
unsigned char const*
EVP_CIPHER_CTX_original_iv(EVP_CIPHER_CTX const* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the original IV bytes, or NULL if unavailable.

Parameters

NameDescription
ctxCipher context to query.