skipjack.c | 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ 91 ol = k##k3 [oh] ^ ol; \ 101 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ 103 ol = k##k3 [ih] ^ il; \ 144 u_int8_t * k3 = key_tables [3]; local in function:skipjack_forwards 212 u_int8_t * k3 = key_tables [3]; local in function:skipjack_backwards
|