S6                465 crypto/des_generic.c static const u32 S6[64] = {
S6                595 crypto/des_generic.c 	L ^= S6[0xff & (B >> 8)];	B >>= 16;		\
S6                327 crypto/serpent.c 	S6(r1,r2,r4,r0,r3); storekeys(r4,r3,r2,r0, 16); loadkeys(r4,r3,r2,r0, 12);
S6                335 crypto/serpent.c 	S6(r0,r1,r4,r3,r2); storekeys(r4,r2,r1,r3,-16); loadkeys(r4,r2,r1,r3,-20);
S6                344 crypto/serpent.c 	S6(r3,r0,r4,r2,r1); storekeys(r4,r1,r0,r2,  2); loadkeys(r4,r1,r0,r2, -2);
S6                353 crypto/serpent.c 	S6(r2,r3,r4,r1,r0); storekeys(r4,r0,r3,r1, 20); loadkeys(r4,r0,r3,r1, 16);
S6                389 crypto/serpent.c 	S6(r2,r0,r3,r4,r1);	LK(r3,r1,r0,r4,r2,7);
S6                397 crypto/serpent.c 	S6(r4,r2,r3,r1,r0);	LK(r3,r0,r2,r1,r4,15);
S6                405 crypto/serpent.c 	S6(r1,r4,r3,r0,r2);	LK(r3,r2,r4,r0,r1,23);
S6                413 crypto/serpent.c 	S6(r0,r1,r3,r2,r4);	LK(r3,r4,r1,r2,r0,31);