vendor/golang.org/x/crypto/cryptobyte.String.ReadUint8LengthPrefixed (method)
10 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L140: func (s *String) ReadUint8LengthPrefixed(out *String) bool {
crypto/tls
ech.go#L100: if !s.ReadUint8LengthPrefixed(&publicName) {
ech.go#L320: if !extData.ReadUint8LengthPrefixed(&extData) {
handshake_messages.go#L57: return s.ReadUint8LengthPrefixed((*cryptobyte.String)(out))
handshake_messages.go#L582: if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
handshake_messages.go#L593: if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
handshake_messages.go#L927: if !protoList.ReadUint8LengthPrefixed(&proto) ||
handshake_messages.go#L1087: if !protoList.ReadUint8LengthPrefixed(&proto) ||
handshake_messages.go#L1321: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1529: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |