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

5 uses

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

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

	crypto/tls
		handshake_messages.go#L340: 		if out, err := b.Bytes(); err != nil || len(out) != len(m.raw) {

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