Lines Matching full:tables
62 - 30us per encryption (options: 64k tables, no IP/FP)
63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering)
64 - 45us per encryption (options: 2k tables, no IP/FP)
65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering)
66 - 275us to set a new key (uses 1k of key tables)
80 - 53us per encryption (uses 2k of tables)
81 - 96us to set a new key (uses 2.25k of key tables)
106 - 68us per encryption (uses 2k of tables)
107 - 96us to set a new key (uses 2.25k of key tables)
126 he claims to use 280k of tables but the iteration calculation seems
127 to use only 128k. his tables and code are machine independent.
133 - 108us per encryption (uses 34k worth of tables)
134 - 134us to set a new key (uses 32k of key tables to get this speed!)
136 the tables used seem to be machine-independent;
147 of tables and appears to be slow.
153 - 165us per encryption (uses 6k worth of tables)
154 - 478us to set a new key (uses <1k of key tables)
157 faster code AND smaller tables, as well as making the tables
197 to crypt(3) in his tables - i didn't check.
209 and which necessarily produced different code and different lookup tables
328 to various values to access different parts of the tables.
395 ALL generated tables are machine independent.