Reset a cipher context to a reusable empty state without freeing it.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX* c);
1 on success, or 0 on failure.