vendor/golang.org/x/crypto/cryptobyte.Builder.Bytes (method)
21 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {
crypto/ecdsa
ecdsa.go#L470: return b.Bytes()
crypto/tls
ech.go#L359: reconBytes, err := recon.Bytes()
ech.go#L412: return b.Bytes()
ech.go#L649: return retryBuilder.Bytes()
handshake_messages.go#L341: extBytes, err := exts.Bytes()
handshake_messages.go#L372: return b.Bytes()
handshake_messages.go#L845: extBytes, err := exts.Bytes()
handshake_messages.go#L868: return b.Bytes()
handshake_messages.go#L1051: return b.Bytes()
handshake_messages.go#L1148: return b.Bytes()
handshake_messages.go#L1201: return b.Bytes()
handshake_messages.go#L1310: return b.Bytes()
handshake_messages.go#L1481: return b.Bytes()
handshake_messages.go#L1637: return b.Bytes()
handshake_messages.go#L1704: return b.Bytes()
handshake_messages.go#L1866: return b.Bytes()
ticket.go#L175: return b.Bytes()
crypto/x509
x509.go#L1357: return b.Bytes()
x509.go#L1385: ret[n].Value, err = b.Bytes()
x509.go#L1500: ext.Value, err = b.Bytes()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |