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

48 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#L125: 		b.AddBytes(data)
		asn1.go#L210: 	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#L337: 					b.AddBytes(binder)
		handshake_messages.go#L627: 			b.AddBytes(m.sessionId)
		handshake_messages.go#L649: 						b.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L658: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L669: 								b.AddBytes(sct)
		handshake_messages.go#L686: 						b.AddBytes(m.serverShare.data)
		handshake_messages.go#L701: 						b.AddBytes(m.cookie)
		handshake_messages.go#L715: 						b.AddBytes(m.supportedPoints)
		handshake_messages.go#L861: 							b.AddBytes([]byte(m.alpnProtocol))
		handshake_messages.go#L992: 			b.AddBytes(m.nonce)
		handshake_messages.go#L995: 			b.AddBytes(m.label)
		handshake_messages.go#L1114: 								b.AddBytes(ca)
		handshake_messages.go#L1315: 				b.AddBytes(cert)
		handshake_messages.go#L1327: 							b.AddBytes(certificate.OCSPStaple)
		handshake_messages.go#L1337: 									b.AddBytes(sct)
		handshake_messages.go#L1471: 			b.AddBytes(m.response)
		handshake_messages.go#L1552: 		b.AddBytes(m.verifyData)
		handshake_messages.go#L1728: 			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#L1809: 						b.AddBytes([]byte(name))
		x509.go#L1817: 						b.AddBytes(ipAndMask(ipNet))
		x509.go#L1829: 						b.AddBytes([]byte(email))
		x509.go#L1841: 						b.AddBytes([]byte(uriDomain))
		x509.go#L1863: 					b.AddBytes(permitted)
		x509.go#L1869: 					b.AddBytes(excluded)