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

8 uses

	golang.org/x/crypto/cryptobyte (current package)
		builder.go#L94: func (b *Builder) AddUint32(v uint32) {

	github.com/refraction-networking/utls
		handshake_messages.go#L38: 	b.AddUint32(uint32(v >> 32))
		handshake_messages.go#L39: 	b.AddUint32(uint32(v))
		handshake_messages.go#L354: 					exts.AddUint32(psk.obfuscatedTicketAge)
		handshake_messages.go#L1215: 		b.AddUint32(m.lifetime)
		handshake_messages.go#L1216: 		b.AddUint32(m.ageAdd)
		handshake_messages.go#L1228: 					b.AddUint32(m.maxEarlyData)
		ticket.go#L167: 			b.AddUint32(s.ageAdd)