func crypto/tls.readUint24LengthPrefixed
6 uses
crypto/tls (current package)
handshake_messages.go#L65: func readUint24LengthPrefixed(s *cryptobyte.String, out *[]byte) bool {
handshake_messages.go#L1374: if !readUint24LengthPrefixed(&certList, &cert) ||
handshake_messages.go#L1395: !readUint24LengthPrefixed(&extData, &certificate.OCSPStaple) ||
handshake_messages.go#L1486: !readUint24LengthPrefixed(&s, &m.response) ||
handshake_messages.go#L1563: readUint24LengthPrefixed(&s, &m.verifyData) &&
ticket.go#L69: if !readUint24LengthPrefixed(&certList, &cert) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |