[#EVP_CIPHER_CTX_cipher] = EVP_CIPHER_CTX_cipher :mrdocs: Return the EVP_CIPHER associated with a cipher context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_CIPHER_CTX_cipher(xref:EVP_CIPHER_CTX.adoc[EVP_CIPHER_CTX] const* ctx); ---- == Return Value Cipher method pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Cipher context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#