Home
last modified time | relevance | path

Searched refs:ROTORSZ (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/enigma/
H A Denigma.c22 #define ROTORSZ 256 macro
24 static char t1[ROTORSZ];
25 static char t2[ROTORSZ];
26 static char t3[ROTORSZ];
27 static char deck[ROTORSZ];
57 for(i=0;i<ROTORSZ;i++) { in setup()
61 for(i=0;i<ROTORSZ;i++) { in setup()
64 k = ROTORSZ-1 - i; in setup()
76 for(i=0;i<ROTORSZ;i++) in setup()
123 if(n1==ROTORSZ) { in main()
[all …]