func vendor/golang.org/x/crypto/cryptobyte.NewBuilder

2 uses

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

	crypto/x509
		x509.go#L1392: 	b := cryptobyte.NewBuilder(make([]byte, 0, 128))