Return the IV length in bytes required by a cipher.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_CIPHER_get_iv_length(EVP_CIPHER const* cipher);
IV length, or 0 if the cipher does not use an IV.