aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function DES_ecb_encrypt

Source
pub unsafe extern "C" fn DES_ecb_encrypt(
    in_: *const DES_cblock,
    out: *mut DES_cblock,
    schedule: *const DES_key_schedule,
    is_encrypt: c_int,
)