vendor/golang.org/x/crypto/cryptobyte.Builder.BytesOrPanic (method)
16 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L70: func (b *Builder) BytesOrPanic() []byte {
crypto/tls
handshake_messages.go#L291: extensionsPresent = len(b.BytesOrPanic()) > 2
handshake_messages.go#L299: m.raw = b.BytesOrPanic()
handshake_messages.go#L719: extensionsPresent = len(b.BytesOrPanic()) > 2
handshake_messages.go#L727: m.raw = b.BytesOrPanic()
handshake_messages.go#L868: m.raw = b.BytesOrPanic()
handshake_messages.go#L947: m.raw = b.BytesOrPanic()
handshake_messages.go#L1007: m.raw = b.BytesOrPanic()
handshake_messages.go#L1122: m.raw = b.BytesOrPanic()
handshake_messages.go#L1306: m.raw = b.BytesOrPanic()
handshake_messages.go#L1474: m.raw = b.BytesOrPanic()
handshake_messages.go#L1554: m.raw = b.BytesOrPanic()
handshake_messages.go#L1731: m.raw = b.BytesOrPanic()
key_schedule.go#L46: n, err := hkdf.Expand(c.hash.New, secret, hkdfLabel.BytesOrPanic()).Read(out)
ticket.go#L50: return b.BytesOrPanic()
ticket.go#L99: return b.BytesOrPanic()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)