const crypto/x509.SHA256WithRSAPSS

4 uses

	crypto/x509 (current package)
		x509.go#L230: 	SHA256WithRSAPSS
		x509.go#L377: 	{SHA256WithRSAPSS, "SHA256-RSAPSS", oidSignatureRSAPSS, pssParametersSHA256, RSA, crypto.SHA256, true},
		x509.go#L462: 		return SHA256WithRSAPSS

	github.com/jackc/pgx/v5/pgconn
		auth_scram.go#L387: 	case x509.SHA256WithRSA, x509.SHA256WithRSAPSS, x509.ECDSAWithSHA256: