const crypto/x509.SHA384WithRSAPSS

4 uses

	crypto/x509 (current package)
		x509.go#L231: 	SHA384WithRSAPSS
		x509.go#L378: 	{SHA384WithRSAPSS, "SHA384-RSAPSS", oidSignatureRSAPSS, pssParametersSHA384, RSA, crypto.SHA384, true},
		x509.go#L464: 		return SHA384WithRSAPSS

	github.com/jackc/pgx/v5/pgconn
		auth_scram.go#L389: 	case x509.SHA384WithRSA, x509.SHA384WithRSAPSS, x509.ECDSAWithSHA384: