func crypto/internal/boring.VerifyRSAPSS
2 uses
crypto/internal/boring (current package)
notboring.go#L111: func VerifyRSAPSS(pub *PublicKeyRSA, h crypto.Hash, hashed, sig []byte, saltLen int) error {
crypto/rsa
fips.go#L141: if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)