func golang.org/x/crypto/cryptobyte.NewFixedBuilder

2 uses

	golang.org/x/crypto/cryptobyte (current package)
		builder.go#L46: func NewFixedBuilder(buffer []byte) *Builder {

	github.com/refraction-networking/utls
		u_pre_shared_key.go#L290: 	b := cryptobyte.NewFixedBuilder(private.original[:lenWithoutBinders])