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

49 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#L99: func (b *Builder) AddBytes(v []byte) {

	crypto/tls
		handshake_messages.go#L29: 		b.AddBytes(v)
		handshake_messages.go#L108: 			b.AddBytes(m.sessionId)
		handshake_messages.go#L116: 			b.AddBytes(m.compressionMethods)
		handshake_messages.go#L131: 							b.AddBytes([]byte(m.serverName))
		handshake_messages.go#L161: 						b.AddBytes(m.supportedPoints)
		handshake_messages.go#L169: 					b.AddBytes(m.sessionTicket)
		handshake_messages.go#L199: 						b.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L210: 								b.AddBytes([]byte(proto))
		handshake_messages.go#L237: 						b.AddBytes(m.cookie)
		handshake_messages.go#L249: 								b.AddBytes(ks.data)
		handshake_messages.go#L265: 						b.AddBytes(m.pskModes)
		handshake_messages.go#L276: 								b.AddBytes(psk.label)
		handshake_messages.go#L284: 								b.AddBytes(binder)
		handshake_messages.go#L336: 					b.AddBytes(binder)
		handshake_messages.go#L626: 			b.AddBytes(m.sessionId)
		handshake_messages.go#L648: 						b.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L657: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L668: 								b.AddBytes(sct)
		handshake_messages.go#L685: 						b.AddBytes(m.serverShare.data)
		handshake_messages.go#L700: 						b.AddBytes(m.cookie)
		handshake_messages.go#L714: 						b.AddBytes(m.supportedPoints)
		handshake_messages.go#L860: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L991: 			b.AddBytes(m.nonce)
		handshake_messages.go#L994: 			b.AddBytes(m.label)
		handshake_messages.go#L1113: 								b.AddBytes(ca)
		handshake_messages.go#L1314: 				b.AddBytes(cert)
		handshake_messages.go#L1326: 							b.AddBytes(certificate.OCSPStaple)
		handshake_messages.go#L1336: 									b.AddBytes(sct)
		handshake_messages.go#L1470: 			b.AddBytes(m.response)
		handshake_messages.go#L1551: 		b.AddBytes(m.verifyData)
		handshake_messages.go#L1727: 			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#L41: 		b.AddBytes(m.masterSecret)
		ticket.go#L46: 				b.AddBytes(cert)
		ticket.go#L96: 		b.AddBytes(m.resumptionSecret)

	crypto/x509
		x509.go#L1155: 						b.AddBytes([]byte(name))
		x509.go#L1163: 						b.AddBytes(ipAndMask(ipNet))
		x509.go#L1175: 						b.AddBytes([]byte(email))
		x509.go#L1187: 						b.AddBytes([]byte(uriDomain))
		x509.go#L1209: 					b.AddBytes(permitted)
		x509.go#L1215: 					b.AddBytes(excluded)