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
Name |
Description |
ctx |
Cipher context whose IV buffer is accessed. |
Created with MrDocs