Function wolf_crypto_sys::wc_RsaPSS_CheckPadding_ex

source ยท
pub unsafe extern "C" fn wc_RsaPSS_CheckPadding_ex(
    in_: *const byte,
    inLen: word32,
    sig: *mut byte,
    sigSz: word32,
    hashType: wc_HashType,
    saltLen: c_int,
    bits: c_int,
) -> c_int