const crypto/tls.PSSWithSHA384

6 uses

	crypto/tls (current package)
		auth.go#L102: 	case PSSWithSHA256, PSSWithSHA384, PSSWithSHA512:
		auth.go#L116: 	case PKCS1WithSHA384, PSSWithSHA384, ECDSAWithP384AndSHA384:
		auth.go#L156: 	{PSSWithSHA384, crypto.SHA384.Size()*2 + 2, VersionTLS13},
		common.go#L204: 	PSSWithSHA384,
		common.go#L386: 	PSSWithSHA384 SignatureScheme = 0x0805
		common_string.go#L15: 	_ = x[PSSWithSHA384-2053]