func crypto/rsa.SignPSS
2 uses
crypto/rsa (current package)
fips.go#L65: func SignPSS(random io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error) {
rsa.go#L163: return SignPSS(rand, priv, pssOpts.Hash, digest, pssOpts)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)