vendor/golang.org/x/crypto/cryptobyte.Builder.AddUint8 (method)

36 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/ecdsa
		ecdsa.go#L489: 			c.AddUint8(0)

	crypto/tls
		ech.go#L321: 	recon.AddUint8(typeClientHello)
		ech.go#L429: 	b.AddUint8(0) // outer
		ech.go#L432: 	b.AddUint8(id)
		handshake_messages.go#L111: 				exts.AddUint8(0) // name_type = host_name
		handshake_messages.go#L183: 				exts.AddUint8(1)  // status_type = ocsp
		handshake_messages.go#L347: 	b.AddUint8(typeClientHello)
		handshake_messages.go#L851: 	b.AddUint8(typeServerHello)
		handshake_messages.go#L859: 		b.AddUint8(m.compressionMethod)
		handshake_messages.go#L1013: 	b.AddUint8(typeEncryptedExtensions)
		handshake_messages.go#L1139: 	b.AddUint8(typeKeyUpdate)
		handshake_messages.go#L1142: 			b.AddUint8(1)
		handshake_messages.go#L1144: 			b.AddUint8(0)
		handshake_messages.go#L1180: 	b.AddUint8(typeNewSessionTicket)
		handshake_messages.go#L1255: 	b.AddUint8(typeCertificateRequest)
		handshake_messages.go#L1259: 		b.AddUint8(0)
		handshake_messages.go#L1467: 	b.AddUint8(typeCertificate)
		handshake_messages.go#L1469: 		b.AddUint8(0) // certificate_request_context
		handshake_messages.go#L1498: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1629: 	b.AddUint8(typeCertificateStatus)
		handshake_messages.go#L1631: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1699: 	b.AddUint8(typeFinished)
		handshake_messages.go#L1856: 	b.AddUint8(typeCertificateVerify)
		ticket.go#L115: 		b.AddUint8(2) // client
		ticket.go#L117: 		b.AddUint8(1) // server
		ticket.go#L132: 		b.AddUint8(1)
		ticket.go#L134: 		b.AddUint8(0)
		ticket.go#L137: 		b.AddUint8(1)
		ticket.go#L139: 		b.AddUint8(0)