func crypto/internal/boring.SignRSAPSS
2 uses
crypto/internal/boring (current package)
notboring.go#L105: func SignRSAPSS(priv *PrivateKeyRSA, h crypto.Hash, hashed []byte, saltLen int) ([]byte, error) {
crypto/rsa
fips.go#L78: return boring.SignRSAPSS(bkey, hash, digest, opts.saltLength())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)