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_OpenInit, EVP_OpenUpdate, EVP_OpenFinal — EVP envelope decryptionSYNOPSIS
#include <openssl/evp.h>EVP_OpenInit(EVP_CIPHER_CTX *ctx, EVP_CIPHER *type, unsigned char *ek, int ekl, unsigned char *iv, EVP_PKEY *priv);
EVP_OpenUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl);
EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);