[#EVP_CIPHER_CTX_get_cipher_data] = EVP_CIPHER_CTX_get_cipher_data :mrdocs: Return the cipher‐implementation private data pointer for `ctx.` == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* EVP_CIPHER_CTX_get_cipher_data(xref:EVP_CIPHER_CTX.adoc[EVP_CIPHER_CTX] const* ctx); ---- == Return Value Implementation‐specific data pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Cipher context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#