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