Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/corecrypto/
H A Dccsha256_ltc_compress.c75 t0 = h + Sigma1(e) + Ch(e, f, g) + K(i) + W[i]; \
77 d += t0; \
78 h = t0 + t1;
84 uint32_t W[64], t0, t1; in ccsha256_ltc_compress() local
114 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K(i) + W[i]; in ccsha256_ltc_compress()
119 S[4] = S[3] + t0; in ccsha256_ltc_compress()
123 S[0] = t0 + t1; in ccsha256_ltc_compress()
/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c467 #define CFI_ADD_TIME_LOG(cfil, t1, t0, op) … argument
470 …timersub(t1, t0, &_tdiff); …