func crypto/internal/boring.VerifyRSAPSS

2 uses

	crypto/internal/boring (current package)
		notboring.go#L110: func VerifyRSAPSS(pub *PublicKeyRSA, h crypto.Hash, hashed, sig []byte, saltLen int) error {

	crypto/rsa
		pss.go#L347: 		if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {