Clear flag bits on a digest context.
Synopsis
Declared in <openssl/evp.h>
void
EVP_MD_CTX_clear_flags(
EVP_MD_CTX* ctx,
int flags);
Parameters
Name |
Description |
ctx |
Digest context to update. |
flags |
Bitmask of EVP_MD_CTX_* flags to clear. |
Created with MrDocs