Return the capability and behavior flags of a cipher.
Declared in <openssl/evp.h>
<openssl/evp.h>
unsigned long EVP_CIPHER_get_flags(EVP_CIPHER const* cipher);
Bitmask of EVP_CIPH_* flags for cipher.
cipher.