vendor/golang.org/x/crypto/cryptobyte.Builder.AddBytes (method)

65 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#L491: 		c.AddBytes(bytes)

	crypto/tls
		ech.go#L323: 		recon.AddBytes(versionAndRandom)
		ech.go#L325: 			recon.AddBytes(outer.sessionId)
		ech.go#L328: 			recon.AddBytes(cipherSuites)
		ech.go#L331: 			recon.AddBytes(compressionMethods)
		ech.go#L369: 							recon.AddBytes(rawOuterExts[i].data)
		ech.go#L375: 						recon.AddBytes(extData)
		ech.go#L433: 	b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(encodedKey) })
		ech.go#L434: 	b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(payload) })
		ech.go#L575: 			builder.AddBytes(c.Config)
		ech.go#L661: 			b.AddBytes(c.Config)
		handshake_messages.go#L31: 		b.AddBytes(v)
		handshake_messages.go#L113: 					exts.AddBytes([]byte(m.serverName))
		handshake_messages.go#L123: 				exts.AddBytes(m.supportedPoints)
		handshake_messages.go#L131: 			exts.AddBytes(m.sessionTicket)
		handshake_messages.go#L139: 				exts.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L162: 			exts.AddBytes(m.quicTransportParameters)
		handshake_messages.go#L168: 			exts.AddBytes(m.encryptedClientHello)
		handshake_messages.go#L244: 							exts.AddBytes([]byte(proto))
		handshake_messages.go#L274: 					exts.AddBytes(m.cookie)
		handshake_messages.go#L290: 							exts.AddBytes(ks.data)
		handshake_messages.go#L305: 					exts.AddBytes(m.pskModes)
		handshake_messages.go#L327: 						exts.AddBytes(psk.label)
		handshake_messages.go#L335: 						exts.AddBytes(binder)
		handshake_messages.go#L353: 				b.AddBytes(m.sessionId)
		handshake_messages.go#L362: 			b.AddBytes(m.compressionMethods)
		handshake_messages.go#L367: 				b.AddBytes(extBytes)
		handshake_messages.go#L760: 				exts.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L773: 					exts.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L784: 						exts.AddBytes(sct)
		handshake_messages.go#L801: 				exts.AddBytes(m.serverShare.data)
		handshake_messages.go#L816: 				exts.AddBytes(m.cookie)
		handshake_messages.go#L830: 				exts.AddBytes(m.supportedPoints)
		handshake_messages.go#L837: 			exts.AddBytes(m.encryptedClientHello)
		handshake_messages.go#L856: 			b.AddBytes(m.sessionId)
		handshake_messages.go#L863: 				b.AddBytes(extBytes)
		handshake_messages.go#L1021: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L1030: 					b.AddBytes(m.quicTransportParameters)
		handshake_messages.go#L1041: 					b.AddBytes(m.echRetryConfigs)
		handshake_messages.go#L1185: 			b.AddBytes(m.nonce)
		handshake_messages.go#L1188: 			b.AddBytes(m.label)
		handshake_messages.go#L1301: 								b.AddBytes(ca)
		handshake_messages.go#L1488: 				b.AddBytes(cert)
		handshake_messages.go#L1500: 							b.AddBytes(certificate.OCSPStaple)
		handshake_messages.go#L1510: 									b.AddBytes(sct)
		handshake_messages.go#L1633: 			b.AddBytes(m.response)
		handshake_messages.go#L1701: 		b.AddBytes(m.verifyData)
		handshake_messages.go#L1862: 			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#L1303: 						b.AddBytes([]byte(name))
		x509.go#L1311: 						b.AddBytes(ipAndMask(ipNet))
		x509.go#L1323: 						b.AddBytes([]byte(email))
		x509.go#L1335: 						b.AddBytes([]byte(uriDomain))
		x509.go#L1357: 					b.AddBytes(permitted)
		x509.go#L1363: 					b.AddBytes(excluded)
		x509.go#L1469: 						child.AddBytes(v.der)