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

37 uses

	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) {

	github.com/refraction-networking/utls
		ech.go#L319: 	recon.AddUint8(typeClientHello)
		ech.go#L407: 	b.AddUint8(0) // outer
		ech.go#L410: 	b.AddUint8(id)
		handshake_messages.go#L121: 				exts.AddUint8(0) // name_type = host_name
		handshake_messages.go#L193: 				exts.AddUint8(1)  // status_type = ocsp
		handshake_messages.go#L372: 	b.AddUint8(typeClientHello)
		handshake_messages.go#L886: 	b.AddUint8(typeServerHello)
		handshake_messages.go#L894: 		b.AddUint8(m.compressionMethod)
		handshake_messages.go#L1056: 	b.AddUint8(typeEncryptedExtensions)
		handshake_messages.go#L1172: 	b.AddUint8(typeKeyUpdate)
		handshake_messages.go#L1175: 			b.AddUint8(1)
		handshake_messages.go#L1177: 			b.AddUint8(0)
		handshake_messages.go#L1213: 	b.AddUint8(typeNewSessionTicket)
		handshake_messages.go#L1289: 	b.AddUint8(typeCertificateRequest)
		handshake_messages.go#L1293: 		b.AddUint8(0)
		handshake_messages.go#L1508: 	b.AddUint8(typeCertificate)
		handshake_messages.go#L1510: 		b.AddUint8(0) // certificate_request_context
		handshake_messages.go#L1539: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1670: 	b.AddUint8(typeCertificateStatus)
		handshake_messages.go#L1672: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1740: 	b.AddUint8(typeFinished)
		handshake_messages.go#L1897: 	b.AddUint8(typeCertificateVerify)
		ticket.go#L112: 		b.AddUint8(2) // client
		ticket.go#L114: 		b.AddUint8(1) // server
		ticket.go#L129: 		b.AddUint8(1)
		ticket.go#L131: 		b.AddUint8(0)
		ticket.go#L134: 		b.AddUint8(1)
		ticket.go#L136: 		b.AddUint8(0)
		u_handshake_messages.go#L29: 	b.AddUint8(utlsTypeCompressedCertificate)
		u_handshake_messages.go#L86: 	builder.AddUint8(typeEncryptedExtensions)