[#EVP_CIPHER_get_flags] = EVP_CIPHER_get_flags :mrdocs: Return the capability and behavior flags of a cipher. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long EVP_CIPHER_get_flags(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value Bitmask of EVP_CIPH_* flags for `cipher.` == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#