Test whether a cipher context is currently configured for encryption.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_CIPHER_CTX_is_encrypting(EVP_CIPHER_CTX const* ctx);
1 if encrypting, or 0 if decrypting.