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#L485: 			c.AddUint8(0)

	crypto/tls
		ech.go#L298: 	recon.AddUint8(typeClientHello)
		ech.go#L406: 	b.AddUint8(0) // outer
		ech.go#L409: 	b.AddUint8(id)
		handshake_messages.go#L112: 				exts.AddUint8(0) // name_type = host_name
		handshake_messages.go#L184: 				exts.AddUint8(1)  // status_type = ocsp
		handshake_messages.go#L349: 	b.AddUint8(typeClientHello)
		handshake_messages.go#L853: 	b.AddUint8(typeServerHello)
		handshake_messages.go#L861: 		b.AddUint8(m.compressionMethod)
		handshake_messages.go#L1015: 	b.AddUint8(typeEncryptedExtensions)
		handshake_messages.go#L1141: 	b.AddUint8(typeKeyUpdate)
		handshake_messages.go#L1144: 			b.AddUint8(1)
		handshake_messages.go#L1146: 			b.AddUint8(0)
		handshake_messages.go#L1182: 	b.AddUint8(typeNewSessionTicket)
		handshake_messages.go#L1257: 	b.AddUint8(typeCertificateRequest)
		handshake_messages.go#L1261: 		b.AddUint8(0)
		handshake_messages.go#L1469: 	b.AddUint8(typeCertificate)
		handshake_messages.go#L1471: 		b.AddUint8(0) // certificate_request_context
		handshake_messages.go#L1500: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1631: 	b.AddUint8(typeCertificateStatus)
		handshake_messages.go#L1633: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1701: 	b.AddUint8(typeFinished)
		handshake_messages.go#L1858: 	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)