func crypto/rsa.VerifyPSS
3 uses
crypto/rsa (current package)
fips.go#L131: func VerifyPSS(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error {
crypto/tls
auth.go#L55: if err := rsa.VerifyPSS(pubKey, hashFunc, signed, sig, signOpts); err != nil {
crypto/x509
x509.go#L1003: return rsa.VerifyPSS(pub, hashType, signed, signature, &rsa.PSSOptions{SaltLength: rsa.PSSSaltLengthEqualsHash})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)