EVP_MD_CTX_set_flags

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

Synopsis

Declared in <openssl/evp.h>

void
EVP_MD_CTX_set_flags(
    EVP_MD_CTX* ctx,
    int flags);

Parameters

NameDescription
ctxDigest context to update.
flagsBitmask of EVP_MD_CTX_* flags to set.