Lines Matching +full:3 +full:des

5 Fast & Portable DES encryption & decryption
15 des - fast & portable DES encryption & decryption.
43 3. Plug-compatible replacement for KERBEROS's low-level routines.
57 performance comparison to other available des code which i could
69 since i was interested in fast des filters rather than crypt(3)
72 all the other junk in the mit kerberos des library, so i've just
78 kerberos des replacement from australia (version 1.95):
93 gcc 2.1 -O2 Sun 3/110 304 uS 369.5uS 461.8uS 22%
94 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19%
95 cc -O2 Sun 3/110 360 uS 532.4uS 505.1uS 40%
96 cc -O4 Sun 3/110 365 uS 532.3uS 505.3uS 38%
112 it's 39%-106% slower. because he was interested in fast crypt(3) and
116 the rest of the mit des library.
120 fast crypt(3) package from denmark:
122 the des routine here is buried inside a loop to do the
125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
131 swedish reimplementation of Kerberos des library
141 (code obtained from chalmers.se:pub/des)
145 as in crypt above, the des routine is buried in a loop. it's
172 a while ago i wanted some des routines and the routines documented on sun's
174 and knew that it used des, so i figured i'd use its routines. but once
187 a while later i ran across the great crypt(3) package mentioned above.
197 to crypt(3) in his tables - i didn't check.
239 note that if you select the wrong one, the des code will still work;
254 has rotates, as explained above in (3) (not necessary if you use gcc).
258 ``i386`` tries to configure the code for a 386 by only declaring 3 registers
335 used to hold keys and input/output blocks to des.
348 m points to a 128byte block, k points to an 8 byte des key
354 is called with m, the routine will act like standard des
369 Des{Small|Quick}{Fips|Core}{Encrypt|Decrypt}(d, m, s)
370 performs des on the 8 bytes at s into the 8 bytes at
386 memory. Quick is included for programs that do nothing but DES,
400 Speeding up kerberos (and/or its des library)
413 the macros in desCode.h would be very useful for putting inline des