EVP_CIPHER_CTX_new

Allocate an empty cipher context.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER_CTX*
EVP_CIPHER_CTX_new();

Return Value

New EVP_CIPHER_CTX, or NULL on allocation failure.