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