Searched refs:ikeystep (Results 1 – 1 of 1) sorted by relevance
49 static const int ikeystep[] = { 9, 0, 1, 2, 3, 4, 5, 6, 7, 8 }; variable121 *kp = ikeystep[*kp]; g2 ^= sbox[g1^key[*kp]]; in ig_func()122 *kp = ikeystep[*kp]; g1 ^= sbox[g2^key[*kp]]; in ig_func()123 *kp = ikeystep[*kp]; g2 ^= sbox[g1^key[*kp]]; in ig_func()124 *kp = ikeystep[*kp]; g1 ^= sbox[g2^key[*kp]]; in ig_func()