Return the cipher-implementation private data pointer for ctx.
Declared in <openssl/evp.h>
void*
EVP_CIPHER_CTX_get_cipher_data(EVP_CIPHER_CTX const* ctx);
Implementation-specific data pointer, or NULL if unset.
| Name | Description |
|---|---|
| ctx | Cipher context. |