var github.com/refraction-networking/utls/dicttls.DictCipherSuiteNameIndexed

2 uses

	github.com/refraction-networking/utls/dicttls (current package)
		cipher_suites.go#L720: var DictCipherSuiteNameIndexed = map[string]uint16{

	github.com/refraction-networking/utls
		u_clienthello_json.go#L48: 		if id, ok := dicttls.DictCipherSuiteNameIndexed[name]; ok {