Set the IV length advertised by a custom EVP_CIPHER method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_CIPHER_meth_set_iv_length(
EVP_CIPHER* cipher,
int iv_len);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| cipher | Cipher method under construction. |
| iv_len | IV length in bytes. |