EVP_CIPHER_CTX_set_flags

Set flag bits on a cipher context without clearing existing flags.

Synopsis

Declared in <openssl/evp.h>

void
EVP_CIPHER_CTX_set_flags(
    EVP_CIPHER_CTX* ctx,
    int flags);

Parameters

NameDescription
ctxCipher context to update.
flagsBitmask of EVP_CIPH_* context flags to set.