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_set_flags, EVP_CIPHER_CTX_clear_flags, EVP_CIPHER_CTX_test_flags, EVP_CIPHER_CTX_rand_key, EVP_CIPHER_param_to_asn1, EVP_CIPHER_asn1_to_param, EVP_CIPHER_CTX_get_app_data, EVP_CIPHER_CTX_set_app_data — unusual EVP cipher context configurationSYNOPSIS
#include <openssl/evp.h>EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags);
EVP_CIPHER_CTX_test_flags(EVP_CIPHER_CTX *ctx, int flags);
EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx);
EVP_CIPHER_CTX_set_app_data(const EVP_CIPHER_CTX *ctx, void *data);