Function wolf_crypto_sys::wc_Des_SetKey

source ยท
pub unsafe extern "C" fn wc_Des_SetKey(
    des: *mut Des,
    key: *const byte,
    iv: *const byte,
    dir: c_int,
) -> c_int