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

4 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {

	crypto/ecdsa
		ecdsa.go#L126: 	return b.Bytes()

	crypto/x509
		x509.go#L1846: 			return b.Bytes()
		x509.go#L1874: 		ret[n].Value, err = b.Bytes()