SPE               347 missing/crypt.c 	unsigned long SPE[2][8][64];
SPE               360 missing/crypt.c #define SPE		(des_tables->SPE)
SPE               572 missing/crypt.c #define	DOXOR(x,y,i)	(x)^=SPTAB(SPE[0][(i)],B.b[(i)]); (y)^=SPTAB(SPE[1][(i)],B.b[(i)]);
SPE               576 missing/crypt.c #define	DOXOR(x,y,i)	j=B.b[(i)]; (x)^=SPTAB(SPE[0][(i)],j); (y)^=SPTAB(SPE[1][(i)],j);
SPE               579 missing/crypt.c #define	DOXOR(x,y,i)	k=B.b[(i)]; (x)^=SPTAB(SPE[0][(i)],k); (y)^=SPTAB(SPE[1][(i)],k);
SPE               756 missing/crypt.c 			TO_SIX_BIT(SPE[0][tableno][j], k);
SPE               760 missing/crypt.c 			TO_SIX_BIT(SPE[1][tableno][j], k);
SPE               936 missing/crypt.c 	for (i = 0; i < numberof(SPE); ++i) {
SPE               938 missing/crypt.c 		for (j = 0; j < numberof(SPE[0]); ++j) {
SPE               941 missing/crypt.c 			for (k = 0; k < numberof(SPE[0][0]); ++k) {
SPE               943 missing/crypt.c 				printf("%#10lx,", SPE[i][j][k]);
SPE              1028 missing/des_tables.c static const unsigned long SPE[2][8][64] = {