Return the IV originally supplied when the cipher context was initialized (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
unsigned char const*
EVP_CIPHER_CTX_original_iv(EVP_CIPHER_CTX const* ctx);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the original IV bytes, or NULL if unavailable.
| Name | Description |
|---|---|
| ctx | Cipher context to query. |