Replace the cipher-implementation private data pointer on ctx.
Declared in <openssl/evp.h>
void*
EVP_CIPHER_CTX_set_cipher_data(
EVP_CIPHER_CTX* ctx,
void* cipher_data);
The previous cipher-data pointer.
| Name | Description |
|---|---|
| ctx | Cipher context. |
| cipher_data | New implementation data pointer (ownership remains with the caller/impl). |