EVP_CIPH_CUSTOM_IV

Set if the iv handling should be done by the cipher itself

extern (C) nothrow @nogc
enum EVP_CIPH_CUSTOM_IV = 0x10;

Meta