Searched refs:T8 (Results 1 – 1 of 1) sorted by relevance
67 unsigned T8, TM; in rc2_setup_ex() local96 T8 = (unsigned)(bits+7)>>3; in rc2_setup_ex()98 tmp[128 - T8] = permute[tmp[128 - T8] & TM]; in rc2_setup_ex()99 for (i = 127 - T8; i >= 0; i--) { in rc2_setup_ex()100 tmp[i] = permute[tmp[i + 1] ^ tmp[i + T8]]; in rc2_setup_ex()