const crypto/x509.SHA256WithRSA

4 uses

	crypto/x509 (current package)
		x509.go#L221: 	SHA256WithRSA
		x509.go#L374: 	{SHA256WithRSA, "SHA256-RSA", oidSignatureSHA256WithRSA, asn1.NullRawValue, RSA, crypto.SHA256, false},
		x509.go#L1525: 		defaultAlgo = SHA256WithRSA

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