Lines Matching refs:des
4 des - fast & portable DES encryption & decryption.
46 performance comparison to other available des code which i could
56 since i was interested in fast des filters rather than crypt(3)
59 all the other junk in the mit kerberos des library, so i've just
65 kerberos des replacement from australia (version 1.95):
93 the rest of the mit des library.
97 the des routine here is buried inside a loop to do the
100 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
105 swedish reimplementation of Kerberos des library
112 (code obtained from chalmers.se:pub/des)
115 as in crypt above, the des routine is buried in a loop. it's
137 a while ago i wanted some des routines and the routines documented on sun's
139 and knew that it used des, so i figured i'd use its routines. but once
202 note that if you select the wrong one, the des code will still work;
284 used to hold keys and input/output blocks to des.
297 m points to a 128byte block, k points to an 8 byte des key
302 is called with m, the routine will act like standard des
317 performs des on the 8 bytes at s into the 8 bytes at d. (d,s: char *).
340 Speeding up kerberos (and/or its des library)
351 the macros in desCode.h would be very useful for putting inline des