Searched refs:addBytes (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 102 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 …]
|
D | ticket.go | 40 masterSecret.addBytes(s.masterSecret) 42 handshakeHash.addBytes(s.handshakeHash) 46 certMsg.addBytes(cert) 63 earlyALPN.addBytes(s.earlyALPN)
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1828 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()
|
D | NVPTXAsmPrinter.h | 110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
|