vendor/golang.org/x/crypto/cryptobyte.Builder.BytesOrPanic (method)
17 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#L341: if len(b.BytesOrPanic()) != len(m.raw) {
handshake_messages.go#L720: extensionsPresent = len(b.BytesOrPanic()) > 2
handshake_messages.go#L728: m.raw = b.BytesOrPanic()
handshake_messages.go#L869: m.raw = b.BytesOrPanic()
handshake_messages.go#L948: m.raw = b.BytesOrPanic()
handshake_messages.go#L1008: m.raw = b.BytesOrPanic()
handshake_messages.go#L1123: m.raw = b.BytesOrPanic()
handshake_messages.go#L1307: m.raw = b.BytesOrPanic()
handshake_messages.go#L1475: m.raw = b.BytesOrPanic()
handshake_messages.go#L1555: m.raw = b.BytesOrPanic()
handshake_messages.go#L1732: 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.3.2-preview. (GOOS=darwin 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. |