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
Name |
Description |
ctx |
HMAC context to update. |
flags |
Flag bits to set. |
Created with MrDocs