Function tomcrypt_sys::pkcs_1_pss_decode [] [src]

pub unsafe extern "C" fn pkcs_1_pss_decode(
    msghash: *const c_uchar,
    msghashlen: c_ulong,
    sig: *const c_uchar,
    siglen: c_ulong,
    saltlen: c_ulong,
    hash_idx: c_int,
    modulus_bitlen: c_ulong,
    res: *mut c_int
) -> c_int