aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function EVP_EncryptInit

Source
pub unsafe extern "C" fn EVP_EncryptInit(
    ctx: *mut EVP_CIPHER_CTX,
    cipher: *const EVP_CIPHER,
    key: *const u8,
    iv: *const u8,
) -> c_int