Set flags on an HMAC context, forwarded to the underlying digest.
Declared in <openssl/hmac.h>
[[deprecated]]
void
HMAC_CTX_set_flags(
HMAC_CTX* ctx,
unsigned long flags);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| ctx | HMAC context to update. |
| flags | Flag bits to set. |