[#EVP_CIPHER_get_mode] = EVP_CIPHER_get_mode :mrdocs: Return the cipher mode constant for a cipher method. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_CIPHER_get_mode(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value An EVP_CIPH_*_MODE value (for example EVP_CIPH_CBC_MODE). == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#