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

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

	crypto/tls
		ech.go#L200: 	b.AddUint8(0) // outer
		ech.go#L203: 	b.AddUint8(id)
		handshake_messages.go#L109: 				exts.AddUint8(0) // name_type = host_name
		handshake_messages.go#L181: 				exts.AddUint8(1)  // status_type = ocsp
		handshake_messages.go#L345: 	b.AddUint8(typeClientHello)
		handshake_messages.go#L844: 	b.AddUint8(typeServerHello)
		handshake_messages.go#L852: 		b.AddUint8(m.compressionMethod)
		handshake_messages.go#L1005: 	b.AddUint8(typeEncryptedExtensions)
		handshake_messages.go#L1116: 	b.AddUint8(typeKeyUpdate)
		handshake_messages.go#L1119: 			b.AddUint8(1)
		handshake_messages.go#L1121: 			b.AddUint8(0)
		handshake_messages.go#L1157: 	b.AddUint8(typeNewSessionTicket)
		handshake_messages.go#L1232: 	b.AddUint8(typeCertificateRequest)
		handshake_messages.go#L1236: 		b.AddUint8(0)
		handshake_messages.go#L1444: 	b.AddUint8(typeCertificate)
		handshake_messages.go#L1446: 		b.AddUint8(0) // certificate_request_context
		handshake_messages.go#L1475: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1606: 	b.AddUint8(typeCertificateStatus)
		handshake_messages.go#L1608: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1676: 	b.AddUint8(typeFinished)
		handshake_messages.go#L1833: 	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)