Set EVP_CIPH_* capability flags on a custom EVP_CIPHER (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_CIPHER_meth_set_flags(
EVP_CIPHER* cipher,
unsigned long flags);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on error.
| Name | Description |
|---|---|
| cipher | Cipher method being constructed. |
| flags | Combination of EVP_CIPH_* flags (mode, variable length, AEAD, …). |