Return a mutable pointer to the current IV in a cipher context (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
unsigned char*
EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX* ctx);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the IV bytes, or NULL if unavailable.
| Name | Description |
|---|---|
| ctx | Cipher context whose IV buffer is accessed. |