Home
last modified time | relevance | path

Searched refs:addBytes (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go102 func (bb *byteBuilder) addBytes(b []byte) { func
237 hello.addBytes(m.random)
239 sessionId.addBytes(m.sessionId)
242 cookie.addBytes(m.cookie)
249 compressionMethods.addBytes(m.compressionMethods)
258 pskIdentities.addU16LengthPrefixed().addBytes(psk.ticket)
263 pskBinders.addU8LengthPrefixed().addBytes(binder)
301 hostName.addBytes([]byte(m.serverName))
327 supportedPoints.addBytes(m.supportedPoints)
337 keyExchange.addBytes(keyShare.keyExchange)
[all …]
Dticket.go40 masterSecret.addBytes(s.masterSecret)
42 handshakeHash.addBytes(s.handshakeHash)
46 certMsg.addBytes(cert)
63 earlyALPN.addBytes(s.earlyALPN)
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1828 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte()
1832 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte()
1837 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1844 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1859 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
1866 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
1888 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1892 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function