Function tomcrypt_sys::dsa_sign_hash_raw [] [src]

pub unsafe extern "C" fn dsa_sign_hash_raw(
    in_: *const c_uchar,
    inlen: c_ulong,
    r: *mut c_void,
    s: *mut c_void,
    prng: *mut prng_state,
    wprng: c_int,
    key: *mut dsa_key
) -> c_int