vendor/golang.org/x/crypto/cryptobyte.Builder.AddBytes (method)
55 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#L104: func (b *Builder) AddBytes(v []byte) {
crypto/ecdsa
ecdsa.go#L361: c.AddBytes(bytes)
crypto/tls
handshake_messages.go#L30: b.AddBytes(v)
handshake_messages.go#L113: exts.AddBytes([]byte(m.serverName))
handshake_messages.go#L143: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L151: exts.AddBytes(m.sessionTicket)
handshake_messages.go#L181: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L197: exts.AddBytes([]byte(proto))
handshake_messages.go#L224: exts.AddBytes(m.cookie)
handshake_messages.go#L236: exts.AddBytes(ks.data)
handshake_messages.go#L252: exts.AddBytes(m.pskModes)
handshake_messages.go#L260: exts.AddBytes(m.quicTransportParameters)
handshake_messages.go#L270: exts.AddBytes(psk.label)
handshake_messages.go#L278: exts.AddBytes(binder)
handshake_messages.go#L295: b.AddBytes(m.sessionId)
handshake_messages.go#L303: b.AddBytes(m.compressionMethods)
handshake_messages.go#L308: b.AddBytes(extBytes)
handshake_messages.go#L357: b.AddBytes(binder)
handshake_messages.go#L671: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L684: exts.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L695: exts.AddBytes(sct)
handshake_messages.go#L712: exts.AddBytes(m.serverShare.data)
handshake_messages.go#L727: exts.AddBytes(m.cookie)
handshake_messages.go#L741: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L757: b.AddBytes(m.sessionId)
handshake_messages.go#L764: b.AddBytes(extBytes)
handshake_messages.go#L912: b.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L921: b.AddBytes(m.quicTransportParameters)
handshake_messages.go#L1065: b.AddBytes(m.nonce)
handshake_messages.go#L1068: b.AddBytes(m.label)
handshake_messages.go#L1188: b.AddBytes(ca)
handshake_messages.go#L1391: b.AddBytes(cert)
handshake_messages.go#L1403: b.AddBytes(certificate.OCSPStaple)
handshake_messages.go#L1413: b.AddBytes(sct)
handshake_messages.go#L1547: b.AddBytes(m.response)
handshake_messages.go#L1629: b.AddBytes(m.verifyData)
handshake_messages.go#L1806: b.AddBytes(m.signature)
key_schedule.go#L39: b.AddBytes([]byte("tls13 "))
key_schedule.go#L40: b.AddBytes([]byte(label))
key_schedule.go#L43: b.AddBytes(context)
ticket.go#L118: b.AddBytes(s.secret)
ticket.go#L123: b.AddBytes(extra)
ticket.go#L152: b.AddBytes(cert.Raw)
ticket.go#L160: b.AddBytes([]byte(s.alpnProtocol))
crypto/x509
x509.go#L1215: b.AddBytes([]byte(name))
x509.go#L1223: b.AddBytes(ipAndMask(ipNet))
x509.go#L1235: b.AddBytes([]byte(email))
x509.go#L1247: b.AddBytes([]byte(uriDomain))
x509.go#L1269: b.AddBytes(permitted)
x509.go#L1275: b.AddBytes(excluded)
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. |