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#L343: extBytes, err := exts.Bytes()
handshake_messages.go#L374: return b.Bytes()
handshake_messages.go#L847: extBytes, err := exts.Bytes()
handshake_messages.go#L870: return b.Bytes()
handshake_messages.go#L1053: return b.Bytes()
handshake_messages.go#L1150: return b.Bytes()
handshake_messages.go#L1203: return b.Bytes()
handshake_messages.go#L1312: return b.Bytes()
handshake_messages.go#L1483: return b.Bytes()
handshake_messages.go#L1639: return b.Bytes()
handshake_messages.go#L1706: return b.Bytes()
handshake_messages.go#L1868: 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.5. (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. |