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#L137: b.AddUint8(0)
asn1.go#L198: b.AddUint8(0xff)
asn1.go#L200: b.AddUint8(0)
asn1.go#L240: 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#L621: b.AddUint8(typeServerHello)
handshake_messages.go#L629: b.AddUint8(m.compressionMethod)
handshake_messages.go#L852: b.AddUint8(typeEncryptedExtensions)
handshake_messages.go#L938: b.AddUint8(typeKeyUpdate)
handshake_messages.go#L941: b.AddUint8(1)
handshake_messages.go#L943: b.AddUint8(0)
handshake_messages.go#L986: b.AddUint8(typeNewSessionTicket)
handshake_messages.go#L1067: b.AddUint8(typeCertificateRequest)
handshake_messages.go#L1071: b.AddUint8(0)
handshake_messages.go#L1292: b.AddUint8(typeCertificate)
handshake_messages.go#L1294: b.AddUint8(0) // certificate_request_context
handshake_messages.go#L1324: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1466: b.AddUint8(typeCertificateStatus)
handshake_messages.go#L1468: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1549: b.AddUint8(typeFinished)
handshake_messages.go#L1721: b.AddUint8(typeCertificateVerify)
ticket.go#L92: b.AddUint8(0) // revision
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)