OpenGrok
Cross Reference: handshake_messages.go
xref
: /
prebuilts
/
go
/
darwin-x86
/
src
/
crypto
/
tls
/
handshake_messages.go
Home
|
History
|
Annotate
|
Download
|
only in
tls
Lines Matching
full:nameslen
382
namesLen
:= int(d[0])<<8 | int(d[1])
384
if len(d) !=
namesLen
{