Return the EVP_CIPHER associated with a cipher context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_CIPHER const* EVP_CIPHER_CTX_cipher(EVP_CIPHER_CTX const* ctx);
Cipher method pointer, or NULL if unset.