Searched refs:outSeq (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | conn.go | 178 outSeq [8]byte // Mapped sequence number member 328 binary.BigEndian.PutUint64(hc.outSeq[:], seqU64) 331 copy(hc.outSeq[:2], hc.seq[:2]) 335 copy(hc.outSeq[:], hc.seq[:]) 577 …mac := hc.mac.MAC(hc.outDigestBuf, hc.outSeq[0:], b.data[:3], b.data[recordHeaderLen-2:recordHeade… 609 nonce := hc.outSeq[:] 619 copy(additionalData, hc.outSeq[:])
|
D | dtls.go | 377 copy(b.data[3:11], c.out.outSeq[0:]) 383 copy(explicitIV, c.out.outSeq[:])
|
/external/libxml2/ |
D | xpath.c | 12104 xmlNodeSetPtr outSeq; in xmlXPathNodeCollectAndTest() local 12294 outSeq = NULL; in xmlXPathNodeCollectAndTest() 12521 if (outSeq == NULL) { in xmlXPathNodeCollectAndTest() 12522 outSeq = seq; in xmlXPathNodeCollectAndTest() 12525 outSeq = mergeAndClear(outSeq, seq, 0); in xmlXPathNodeCollectAndTest() 12538 if (outSeq == NULL) { in xmlXPathNodeCollectAndTest() 12539 outSeq = seq; in xmlXPathNodeCollectAndTest() 12542 outSeq = mergeAndClear(outSeq, seq, 0); in xmlXPathNodeCollectAndTest() 12610 if (outSeq == NULL) { in xmlXPathNodeCollectAndTest() 12616 outSeq = mergeAndClear(NULL, seq, 1); in xmlXPathNodeCollectAndTest() [all …]
|