vendor/golang.org/x/crypto/cryptobyte.Builder.Bytes (method)
19 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {
crypto/ecdsa
ecdsa.go#L344: return b.Bytes()
crypto/tls
handshake_messages.go#L284: extBytes, err := exts.Bytes()
handshake_messages.go#L313: m.raw, err = b.Bytes()
handshake_messages.go#L361: if out, err := b.Bytes(); err != nil || len(out) != len(m.raw) {
handshake_messages.go#L746: extBytes, err := exts.Bytes()
handshake_messages.go#L769: m.raw, err = b.Bytes()
handshake_messages.go#L933: m.raw, err = b.Bytes()
handshake_messages.go#L1021: m.raw, err = b.Bytes()
handshake_messages.go#L1082: m.raw, err = b.Bytes()
handshake_messages.go#L1198: m.raw, err = b.Bytes()
handshake_messages.go#L1383: m.raw, err = b.Bytes()
handshake_messages.go#L1552: m.raw, err = b.Bytes()
handshake_messages.go#L1633: m.raw, err = b.Bytes()
handshake_messages.go#L1811: m.raw, err = b.Bytes()
key_schedule.go#L45: hkdfLabelBytes, err := hkdfLabel.Bytes()
ticket.go#L169: return b.Bytes()
crypto/x509
x509.go#L1252: return b.Bytes()
x509.go#L1280: ret[n].Value, err = b.Bytes()
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |