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

2 uses

	golang.org/x/crypto/cryptobyte (current package)
		builder.go#L345: func (b *Builder) AddValue(v MarshalingValue) {

	github.com/refraction-networking/utls
		handshake_messages.go#L27: 	b.AddValue(marshalingFunction(func(b *cryptobyte.Builder) error {