EVP_CIPHER_CTX_cipher

Return the EVP_CIPHER associated with a cipher context.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_CIPHER_CTX_cipher(EVP_CIPHER_CTX const* ctx);

Return Value

Cipher method pointer, or NULL if unset.

Parameters

NameDescription
ctxCipher context to query.