Clear selected flag bits on a cipher context.
Declared in <openssl/evp.h>
void
EVP_CIPHER_CTX_clear_flags(
EVP_CIPHER_CTX* ctx,
int flags);
| Name | Description |
|---|---|
| ctx | Cipher context to update. |
| flags | Bitmask of EVP_CIPHER_CTX flag bits to clear (for example EVP_CIPH_NO_PADDING). |