type crypto/tls.EncryptedClientHelloKey

4 uses

	crypto/tls (current package)
		common.go#L851: 	EncryptedClientHelloKeys []EncryptedClientHelloKey
		common.go#L868: type EncryptedClientHelloKey struct {
		ech.go#L560: func marshalEncryptedClientHelloConfigList(configs []EncryptedClientHelloKey) ([]byte, error) {
		ech.go#L641: func buildRetryConfigList(keys []EncryptedClientHelloKey) ([]byte, error) {