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

7 uses

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

	crypto/tls
		handshake_messages.go#L36: 	b.AddUint32(uint32(v >> 32))
		handshake_messages.go#L37: 	b.AddUint32(uint32(v))
		handshake_messages.go#L278: 							b.AddUint32(psk.obfuscatedTicketAge)
		handshake_messages.go#L988: 		b.AddUint32(m.lifetime)
		handshake_messages.go#L989: 		b.AddUint32(m.ageAdd)
		handshake_messages.go#L1001: 					b.AddUint32(m.maxEarlyData)