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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c93 u32 W_i, t, s; local
97 /* Prepare the message schedule, {W_i}, 0 < t < 15 */
99 for (W_i = 0; W_i < 16; W_i++)
100 W[W_i] = cpu2be32(W[W_i]); /* Endian Swap */
114 if (t > 15) { /* Prepare the message schedule, {W_i}, 16 < t < 79 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c93 u32 W_i, t, s; local
97 /* Prepare the message schedule, {W_i}, 0 < t < 15 */
99 for (W_i = 0; W_i < 16; W_i++)
100 W[W_i] = cpu2be32(W[W_i]); /* Endian Swap */
114 if (t > 15) { /* Prepare the message schedule, {W_i}, 16 < t < 79 */

Completed in 293 milliseconds