vendor/golang.org/x/crypto/cryptobyte.String.ReadUint8LengthPrefixed (method)
8 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L118: func (s *String) ReadUint8LengthPrefixed(out *String) bool {
crypto/tls
handshake_messages.go#L54: return s.ReadUint8LengthPrefixed((*cryptobyte.String)(out))
handshake_messages.go#L499: if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
handshake_messages.go#L510: if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
handshake_messages.go#L778: if !protoList.ReadUint8LengthPrefixed(&proto) ||
handshake_messages.go#L898: if !protoList.ReadUint8LengthPrefixed(&proto) ||
handshake_messages.go#L1133: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1354: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
![]() |
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. |