func crypto/internal/fips140/rsa.VerifyPSSWithSaltLength

3 uses

	crypto/internal/fips140/rsa (current package)
		pkcs1v22.go#L319: func VerifyPSSWithSaltLength(pub *PublicKey, hash fips140.Hash, digest []byte, sig []byte, saltLength int) error {

	crypto/rsa
		fips.go#L169: 		return fipsError(rsa.VerifyPSSWithSaltLength(k, h, digest, sig, h.Size()))
		fips.go#L171: 		return fipsError(rsa.VerifyPSSWithSaltLength(k, h, digest, sig, saltLength))