Test whether the given flag bits are set on a digest context.

Synopsis

Declared in <openssl/evp.h>

int
EVP_MD_CTX_test_flags(
    EVP_MD_CTX const* ctx,
    int flags);

Return Value

Bitwise AND of the context flags with flags.

Parameters

Name

Description

ctx

Digest context to query.

flags

EVP_MD_CTX_* flag mask to test.

Created with MrDocs