vendor/golang.org/x/crypto/cryptobyte.String.ReadUint24LengthPrefixed (method)
6 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L154: func (s *String) ReadUint24LengthPrefixed(out *String) bool {
crypto/tls
handshake_messages.go#L68: return s.ReadUint24LengthPrefixed((*cryptobyte.String)(out))
handshake_messages.go#L1525: if !s.ReadUint24LengthPrefixed(&certList) {
ticket.go#L194: !s.ReadUint24LengthPrefixed(&extra) ||
ticket.go#L235: if !s.ReadUint24LengthPrefixed(&chainList) {
ticket.go#L240: if !chainList.ReadUint24LengthPrefixed(&certList) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)