EVP_CIPHER_get_flags

Return the capability and behavior flags of a cipher.

Synopsis

Declared in <openssl/evp.h>

unsigned long
EVP_CIPHER_get_flags(EVP_CIPHER const* cipher);

Return Value

Bitmask of EVP_CIPH_* flags for cipher.

Parameters

NameDescription
cipherCipher method to query.