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

/u-boot/fs/zfs/
H A Dzfs_sha256.c79 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; local
92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
94 h = g; g = f; f = e; e = d + T1;
95 d = c; c = b; b = a; a = T1 + T2;

Completed in 35 milliseconds