Searched refs:h2 (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.h41 extern char CheckAssertion[Contexth2 == offsetof(SHA_CTX, h2)];
/darwin-on-arm/xnu/bsd/net/
H A Dflowhash.c249 u_int64_t h2 = seed, k2; local
265 h1 += h2;
271 h2 ^= k2;
273 h2 = ROTL64(h2, 31);
274 h2 += h1;
275 h2 = h2 * 5+ 0x38495ab5;
307 h2 ^= k2;
340 h2
[all...]
H A Dpf.c6613 struct ip h2; local
6628 /* offset of h2 in mbuf chain */
6631 if (!pf_pull_hdr(m, ipoff2, &h2, sizeof (h2),
6642 if (h2.ip_off & htons(IP_OFFMASK)) {
6647 /* offset of protocol header that follows h2 */
6648 off2 = ipoff2 + (h2.ip_hl << 2);
6650 pd2.proto = h2.ip_p;
6651 pd2.src = (struct pf_addr *)&h2.ip_src;
6652 pd2.dst = (struct pf_addr *)&h2
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h246 #define CCN528_C(i1,i0,h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
248 CCN256_C(h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0),\

Completed in 397 milliseconds