[][src]Function boring_sys::EVP_EncryptUpdate

pub unsafe extern "C" fn EVP_EncryptUpdate(
    ctx: *mut EVP_CIPHER_CTX,
    out: *mut c_uchar,
    outl: *mut c_int,
    in_: *const u8,
    inl: c_int
) -> c_int