vendor/golang.org/x/crypto/cryptobyte.String.ReadUint24LengthPrefixed (method)
4 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L132: func (s *String) ReadUint24LengthPrefixed(out *String) bool {
crypto/tls
handshake_messages.go#L66: return s.ReadUint24LengthPrefixed((*cryptobyte.String)(out))
handshake_messages.go#L1367: if !s.ReadUint24LengthPrefixed(&certList) {
ticket.go#L64: if !s.ReadUint24LengthPrefixed(&certList) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)