vendor/golang.org/x/crypto/cryptobyte.String.ReadUint24LengthPrefixed (method)
6 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L143: func (s *String) ReadUint24LengthPrefixed(out *String) bool {
crypto/tls
handshake_messages.go#L67: return s.ReadUint24LengthPrefixed((*cryptobyte.String)(out))
handshake_messages.go#L1444: if !s.ReadUint24LengthPrefixed(&certList) {
ticket.go#L193: !s.ReadUint24LengthPrefixed(&extra) ||
ticket.go#L234: if !s.ReadUint24LengthPrefixed(&chainList) {
ticket.go#L239: if !chainList.ReadUint24LengthPrefixed(&certList) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |