Function tomcrypt_sys::ecb_start [] [src]

pub unsafe extern "C" fn ecb_start(
    cipher: c_int,
    key: *const c_uchar,
    keylen: c_int,
    num_rounds: c_int,
    ecb: *mut symmetric_ECB
) -> c_int