Function wolf_crypto_sys::wc_RsaPSS_CheckPadding

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