Function tomcrypt_sys::pkcs_1_mgf1 [] [src]

pub unsafe extern "C" fn pkcs_1_mgf1(
    hash_idx: c_int,
    seed: *const c_uchar,
    seedlen: c_ulong,
    mask: *mut c_uchar,
    masklen: c_ulong
) -> c_int