vendor/golang.org/x/crypto/cryptobyte.Builder.AddUint8 (method)
27 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L46: c.AddUint8(uint8(i))
asn1.go#L61: c.AddUint8(uint8(i))
asn1.go#L124: b.AddUint8(0)
asn1.go#L185: b.AddUint8(0xff)
asn1.go#L187: b.AddUint8(0)
asn1.go#L227: b.AddUint8(uint8(tag))
builder.go#L78: func (b *Builder) AddUint8(v uint8) {
crypto/tls
handshake_messages.go#L103: b.AddUint8(typeClientHello)
handshake_messages.go#L129: b.AddUint8(0) // name_type = host_name
handshake_messages.go#L140: b.AddUint8(1) // status_type = ocsp
handshake_messages.go#L622: b.AddUint8(typeServerHello)
handshake_messages.go#L630: b.AddUint8(m.compressionMethod)
handshake_messages.go#L853: b.AddUint8(typeEncryptedExtensions)
handshake_messages.go#L939: b.AddUint8(typeKeyUpdate)
handshake_messages.go#L942: b.AddUint8(1)
handshake_messages.go#L944: b.AddUint8(0)
handshake_messages.go#L987: b.AddUint8(typeNewSessionTicket)
handshake_messages.go#L1068: b.AddUint8(typeCertificateRequest)
handshake_messages.go#L1072: b.AddUint8(0)
handshake_messages.go#L1293: b.AddUint8(typeCertificate)
handshake_messages.go#L1295: b.AddUint8(0) // certificate_request_context
handshake_messages.go#L1325: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1467: b.AddUint8(typeCertificateStatus)
handshake_messages.go#L1469: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1550: b.AddUint8(typeFinished)
handshake_messages.go#L1722: b.AddUint8(typeCertificateVerify)
ticket.go#L92: b.AddUint8(0) // revision
![]() |
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. |