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_SealInit, EVP_SealUpdate, EVP_SealFinal — EVP envelope encryptionSYNOPSIS
#include <openssl/evp.h>EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk);
EVP_SealUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl);
EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);