vendor/golang.org/x/crypto/cryptobyte.Builder.AddBytes (method)
64 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#L487: c.AddBytes(bytes)
crypto/tls
ech.go#L300: recon.AddBytes(versionAndRandom)
ech.go#L302: recon.AddBytes(outer.sessionId)
ech.go#L305: recon.AddBytes(cipherSuites)
ech.go#L308: recon.AddBytes(compressionMethods)
ech.go#L346: recon.AddBytes(rawOuterExts[i].data)
ech.go#L352: recon.AddBytes(extData)
ech.go#L410: b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(encodedKey) })
ech.go#L411: b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(payload) })
ech.go#L643: b.AddBytes(c.Config)
handshake_messages.go#L32: b.AddBytes(v)
handshake_messages.go#L114: exts.AddBytes([]byte(m.serverName))
handshake_messages.go#L124: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L132: exts.AddBytes(m.sessionTicket)
handshake_messages.go#L140: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L163: exts.AddBytes(m.quicTransportParameters)
handshake_messages.go#L169: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L245: exts.AddBytes([]byte(proto))
handshake_messages.go#L275: exts.AddBytes(m.cookie)
handshake_messages.go#L291: exts.AddBytes(ks.data)
handshake_messages.go#L306: exts.AddBytes(m.pskModes)
handshake_messages.go#L329: exts.AddBytes(psk.label)
handshake_messages.go#L337: exts.AddBytes(binder)
handshake_messages.go#L355: b.AddBytes(m.sessionId)
handshake_messages.go#L364: b.AddBytes(m.compressionMethods)
handshake_messages.go#L369: b.AddBytes(extBytes)
handshake_messages.go#L762: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L775: exts.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L786: exts.AddBytes(sct)
handshake_messages.go#L803: exts.AddBytes(m.serverShare.data)
handshake_messages.go#L818: exts.AddBytes(m.cookie)
handshake_messages.go#L832: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L839: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L858: b.AddBytes(m.sessionId)
handshake_messages.go#L865: b.AddBytes(extBytes)
handshake_messages.go#L1023: b.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L1032: b.AddBytes(m.quicTransportParameters)
handshake_messages.go#L1043: b.AddBytes(m.echRetryConfigs)
handshake_messages.go#L1187: b.AddBytes(m.nonce)
handshake_messages.go#L1190: b.AddBytes(m.label)
handshake_messages.go#L1303: b.AddBytes(ca)
handshake_messages.go#L1490: b.AddBytes(cert)
handshake_messages.go#L1502: b.AddBytes(certificate.OCSPStaple)
handshake_messages.go#L1512: b.AddBytes(sct)
handshake_messages.go#L1635: b.AddBytes(m.response)
handshake_messages.go#L1703: b.AddBytes(m.verifyData)
handshake_messages.go#L1864: b.AddBytes(m.signature)
ticket.go#L122: b.AddBytes(s.secret)
ticket.go#L127: b.AddBytes(extra)
ticket.go#L156: b.AddBytes(cert.Raw)
ticket.go#L164: b.AddBytes([]byte(s.alpnProtocol))
crypto/x509
x509.go#L1320: b.AddBytes([]byte(name))
x509.go#L1328: b.AddBytes(ipAndMask(ipNet))
x509.go#L1340: b.AddBytes([]byte(email))
x509.go#L1352: b.AddBytes([]byte(uriDomain))
x509.go#L1374: b.AddBytes(permitted)
x509.go#L1380: b.AddBytes(excluded)
x509.go#L1486: child.AddBytes(v.der)
![]() |
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. |