Lines Matching refs:encryption
4 des - fast & portable DES encryption & decryption.
30 1. Highest possible encryption/decryption PERFORMANCE.
50 30us per encryption (options: 64k tables, no IP/FP)
51 33us per encryption (options: 64k tables, FIPS standard bit ordering)
52 45us per encryption (options: 2k tables, no IP/FP)
53 48us per encryption (options: 2k tables, FIPS standard bit ordering)
55 this has the quickest encryption/decryption routines i've seen.
66 53us per encryption (uses 2k of tables)
70 encryption/decryption is still slower on the sparc and 68000.
84 68us per encryption (uses 2k of tables)
87 of the optimizations which i did in my encryption routines.
106 108us per encryption (uses 34k worth of tables)
121 165us per encryption (uses 6k worth of tables)
129 226us per encryption
308 will be set to magic constants which speed up the encryption/decryption
328 e.g., encryption filters, etc.
352 functions in more complicated encryption routines.