S4 427 crypto/des_generic.c static const u32 S4[64] = {
S4 598 crypto/des_generic.c L ^= S4[0xff & B]; \
S4 325 crypto/serpent.c S4(r1,r2,r4,r3,r0); storekeys(r2,r4,r3,r0, 24); loadkeys(r2,r4,r3,r0, 20);
S4 333 crypto/serpent.c S4(r0,r1,r4,r2,r3); storekeys(r1,r4,r2,r3, -8); loadkeys(r1,r4,r2,r3,-12);
S4 342 crypto/serpent.c S4(r3,r0,r4,r1,r2); storekeys(r0,r4,r1,r2, 10); loadkeys(r0,r4,r1,r2, 6);
S4 351 crypto/serpent.c S4(r2,r3,r4,r0,r1); storekeys(r3,r4,r0,r1, 28); loadkeys(r3,r4,r0,r1, 24);
S4 387 crypto/serpent.c S4(r2,r0,r3,r1,r4); LK(r0,r3,r1,r4,r2,5);
S4 395 crypto/serpent.c S4(r4,r2,r3,r0,r1); LK(r2,r3,r0,r1,r4,13);
S4 403 crypto/serpent.c S4(r1,r4,r3,r2,r0); LK(r4,r3,r2,r0,r1,21);
S4 411 crypto/serpent.c S4(r0,r1,r3,r4,r2); LK(r1,r3,r4,r2,r0,29);