EVP_CIPHER_CTX_iv_noconst

Return a mutable pointer to the current IV in a cipher context (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
unsigned char*
EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the IV bytes, or NULL if unavailable.

Parameters

NameDescription
ctxCipher context whose IV buffer is accessed.