vendor/golang.org/x/crypto/cryptobyte.Builder.Bytes (method)
20 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {
crypto/ecdsa
ecdsa.go#L348: return b.Bytes()
crypto/tls
ech.go#L206: return b.Bytes()
handshake_messages.go#L339: extBytes, err := exts.Bytes()
handshake_messages.go#L370: return b.Bytes()
handshake_messages.go#L838: extBytes, err := exts.Bytes()
handshake_messages.go#L861: return b.Bytes()
handshake_messages.go#L1039: return b.Bytes()
handshake_messages.go#L1125: return b.Bytes()
handshake_messages.go#L1178: return b.Bytes()
handshake_messages.go#L1287: return b.Bytes()
handshake_messages.go#L1458: return b.Bytes()
handshake_messages.go#L1614: return b.Bytes()
handshake_messages.go#L1681: return b.Bytes()
handshake_messages.go#L1843: return b.Bytes()
key_schedule.go#L47: hkdfLabelBytes, err := hkdfLabel.Bytes()
ticket.go#L170: return b.Bytes()
crypto/x509
x509.go#L1274: return b.Bytes()
x509.go#L1302: ret[n].Value, err = b.Bytes()
x509.go#L1417: ext.Value, err = b.Bytes()
![]() |
The pages are generated with Golds v0.7.6. (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. |