Return the cipher mode constant for a cipher method.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_CIPHER_get_mode(EVP_CIPHER const* cipher);
An EVP_CIPH_*_MODE value (for example EVP_CIPH_CBC_MODE).