Function boring_sys::CAST_ecb_encrypt

source ยท
pub unsafe extern "C" fn CAST_ecb_encrypt(
    in_: *const u8,
    out: *mut u8,
    key: *const CAST_KEY,
    enc: c_int
)