vendor/golang.org/x/crypto/cryptobyte.Builder.AddBytes (method)
60 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L103: c.AddBytes(bytes)
asn1.go#L116: c.AddBytes([]byte(t.Format(generalizedTimeFormatStr)))
asn1.go#L129: c.AddBytes([]byte(t.Format(defaultUTCTimeFormatStr)))
asn1.go#L138: b.AddBytes(data)
asn1.go#L223: b.AddBytes(bytes)
builder.go#L109: func (b *Builder) AddBytes(v []byte) {
crypto/ecdsa
ecdsa.go#L365: c.AddBytes(bytes)
crypto/tls
ech.go#L204: b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(encodedKey) })
ech.go#L205: b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(payload) })
handshake_messages.go#L31: b.AddBytes(v)
handshake_messages.go#L111: exts.AddBytes([]byte(m.serverName))
handshake_messages.go#L121: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L129: exts.AddBytes(m.sessionTicket)
handshake_messages.go#L137: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L160: exts.AddBytes(m.quicTransportParameters)
handshake_messages.go#L166: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L242: exts.AddBytes([]byte(proto))
handshake_messages.go#L272: exts.AddBytes(m.cookie)
handshake_messages.go#L288: exts.AddBytes(ks.data)
handshake_messages.go#L303: exts.AddBytes(m.pskModes)
handshake_messages.go#L325: exts.AddBytes(psk.label)
handshake_messages.go#L333: exts.AddBytes(binder)
handshake_messages.go#L351: b.AddBytes(m.sessionId)
handshake_messages.go#L360: b.AddBytes(m.compressionMethods)
handshake_messages.go#L365: b.AddBytes(extBytes)
handshake_messages.go#L753: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L766: exts.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L777: exts.AddBytes(sct)
handshake_messages.go#L794: exts.AddBytes(m.serverShare.data)
handshake_messages.go#L809: exts.AddBytes(m.cookie)
handshake_messages.go#L823: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L830: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L849: b.AddBytes(m.sessionId)
handshake_messages.go#L856: b.AddBytes(extBytes)
handshake_messages.go#L1013: b.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L1022: b.AddBytes(m.quicTransportParameters)
handshake_messages.go#L1033: b.AddBytes(m.echRetryConfigs)
handshake_messages.go#L1162: b.AddBytes(m.nonce)
handshake_messages.go#L1165: b.AddBytes(m.label)
handshake_messages.go#L1278: b.AddBytes(ca)
handshake_messages.go#L1465: b.AddBytes(cert)
handshake_messages.go#L1477: b.AddBytes(certificate.OCSPStaple)
handshake_messages.go#L1487: b.AddBytes(sct)
handshake_messages.go#L1610: b.AddBytes(m.response)
handshake_messages.go#L1678: b.AddBytes(m.verifyData)
handshake_messages.go#L1839: b.AddBytes(m.signature)
key_schedule.go#L41: b.AddBytes([]byte("tls13 "))
key_schedule.go#L42: b.AddBytes([]byte(label))
key_schedule.go#L45: b.AddBytes(context)
ticket.go#L119: b.AddBytes(s.secret)
ticket.go#L124: b.AddBytes(extra)
ticket.go#L153: b.AddBytes(cert.Raw)
ticket.go#L161: b.AddBytes([]byte(s.alpnProtocol))
crypto/x509
x509.go#L1237: b.AddBytes([]byte(name))
x509.go#L1245: b.AddBytes(ipAndMask(ipNet))
x509.go#L1257: b.AddBytes([]byte(email))
x509.go#L1269: b.AddBytes([]byte(uriDomain))
x509.go#L1291: b.AddBytes(permitted)
x509.go#L1297: b.AddBytes(excluded)
x509.go#L1403: child.AddBytes(v.der)
![]() |
The pages are generated with Golds v0.7.6. (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. |