Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_CIPHER_CTX_init, EVP_CIPHER_CTX_cleanup, EVP_Cipher — obsolete EVP cipher functionsSYNOPSIS
#include <openssl/evp.h>EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx);
EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *ctx);
EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int in_len);