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

	crypto/tls
		ech.go#L310: 	recon.AddUint8(typeClientHello)
		ech.go#L418: 	b.AddUint8(0) // outer
		ech.go#L421: 	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#L1012: 	b.AddUint8(typeEncryptedExtensions)
		handshake_messages.go#L1123: 	b.AddUint8(typeKeyUpdate)
		handshake_messages.go#L1126: 			b.AddUint8(1)
		handshake_messages.go#L1128: 			b.AddUint8(0)
		handshake_messages.go#L1164: 	b.AddUint8(typeNewSessionTicket)
		handshake_messages.go#L1239: 	b.AddUint8(typeCertificateRequest)
		handshake_messages.go#L1243: 		b.AddUint8(0)
		handshake_messages.go#L1451: 	b.AddUint8(typeCertificate)
		handshake_messages.go#L1453: 		b.AddUint8(0) // certificate_request_context
		handshake_messages.go#L1482: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1613: 	b.AddUint8(typeCertificateStatus)
		handshake_messages.go#L1615: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1683: 	b.AddUint8(typeFinished)
		handshake_messages.go#L1840: 	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)