golang.org/x/crypto/cryptobyte.Builder.Bytes (method)
21 uses
golang.org/x/crypto/cryptobyte (current package)
builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {
github.com/refraction-networking/utls
ech.go#L380: reconBytes, err := recon.Bytes()
ech.go#L413: return b.Bytes()
ech.go#L556: return builder.Bytes()
ech.go#L645: return retryBuilder.Bytes()
handshake_messages.go#L366: extBytes, err := exts.Bytes()
handshake_messages.go#L397: return b.Bytes()
handshake_messages.go#L880: extBytes, err := exts.Bytes()
handshake_messages.go#L903: return b.Bytes()
handshake_messages.go#L1090: return b.Bytes()
handshake_messages.go#L1181: return b.Bytes()
handshake_messages.go#L1234: return b.Bytes()
handshake_messages.go#L1344: return b.Bytes()
handshake_messages.go#L1522: return b.Bytes()
handshake_messages.go#L1678: return b.Bytes()
handshake_messages.go#L1745: return b.Bytes()
handshake_messages.go#L1907: return b.Bytes()
ticket.go#L170: return b.Bytes()
u_handshake_messages.go#L39: m.raw, err = b.Bytes()
u_handshake_messages.go#L104: m.raw, err = builder.Bytes()
u_pre_shared_key.go#L298: if out, err := b.Bytes(); err != nil || len(out) != len(private.original) {
![]() |
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. |