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

	crypto/tls
		ech.go#L312: 		recon.AddBytes(versionAndRandom)
		ech.go#L314: 			recon.AddBytes(outer.sessionId)
		ech.go#L317: 			recon.AddBytes(cipherSuites)
		ech.go#L320: 			recon.AddBytes(compressionMethods)
		ech.go#L358: 							recon.AddBytes(rawOuterExts[i].data)
		ech.go#L364: 						recon.AddBytes(extData)
		ech.go#L422: 	b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(encodedKey) })
		ech.go#L423: 	b.AddUint16LengthPrefixed(func(b *cryptobyte.Builder) { b.AddBytes(payload) })
		ech.go#L564: 			builder.AddBytes(c.Config)
		ech.go#L650: 			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#L1020: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L1029: 					b.AddBytes(m.quicTransportParameters)
		handshake_messages.go#L1040: 					b.AddBytes(m.echRetryConfigs)
		handshake_messages.go#L1169: 			b.AddBytes(m.nonce)
		handshake_messages.go#L1172: 			b.AddBytes(m.label)
		handshake_messages.go#L1285: 								b.AddBytes(ca)
		handshake_messages.go#L1472: 				b.AddBytes(cert)
		handshake_messages.go#L1484: 							b.AddBytes(certificate.OCSPStaple)
		handshake_messages.go#L1494: 									b.AddBytes(sct)
		handshake_messages.go#L1617: 			b.AddBytes(m.response)
		handshake_messages.go#L1685: 		b.AddBytes(m.verifyData)
		handshake_messages.go#L1846: 			b.AddBytes(m.signature)
		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#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)