HMAC_CTX_set_flags

Set flags on an HMAC context, forwarded to the underlying digest.

Synopsis

Declared in <openssl/hmac.h>

[[deprecated]]
void
HMAC_CTX_set_flags(
    HMAC_CTX* ctx,
    unsigned long flags);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
ctxHMAC context to update.
flagsFlag bits to set.