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#L1518: 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) 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. |