crypto/tls.Conn.hand (field)
9 uses
crypto/tls (current package)
conn.go#L97: hand bytes.Buffer // handshake data waiting to be read
conn.go#L678: if c.vers == VersionTLS13 && typ != recordTypeHandshake && c.hand.Len() > 0 {
conn.go#L711: if c.hand.Len() > 0 {
conn.go#L747: c.hand.Write(data)
conn.go#L1007: for c.hand.Len() < 4 {
conn.go#L1013: data := c.hand.Bytes()
conn.go#L1019: for c.hand.Len() < 4+n {
conn.go#L1024: data = c.hand.Next(4 + n)
conn.go#L1279: for c.hand.Len() > 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |