vendor/golang.org/x/crypto/cryptobyte.Builder.AddUint32 (method)
8 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L94: func (b *Builder) AddUint32(v uint32) {
crypto/tls
handshake_messages.go#L38: b.AddUint32(uint32(v >> 32))
handshake_messages.go#L39: b.AddUint32(uint32(v))
handshake_messages.go#L327: exts.AddUint32(psk.obfuscatedTicketAge)
handshake_messages.go#L1159: b.AddUint32(m.lifetime)
handshake_messages.go#L1160: b.AddUint32(m.ageAdd)
handshake_messages.go#L1172: b.AddUint32(m.maxEarlyData)
ticket.go#L167: b.AddUint32(s.ageAdd)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |