const crypto/tls.PSSWithSHA256

6 uses

	crypto/tls (current package)
		auth.go#L102: 	case PSSWithSHA256, PSSWithSHA384, PSSWithSHA512:
		auth.go#L114: 	case PKCS1WithSHA256, PSSWithSHA256, ECDSAWithP256AndSHA256:
		auth.go#L155: 	{PSSWithSHA256, crypto.SHA256.Size()*2 + 2, VersionTLS13},
		common.go#L201: 	PSSWithSHA256,
		common.go#L385: 	PSSWithSHA256 SignatureScheme = 0x0804
		common_string.go#L14: 	_ = x[PSSWithSHA256-2052]