Lines Matching refs:des
15 des - fast & portable DES encryption & decryption.
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):
116 the rest of the mit des library.
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
239 note that if you select the wrong one, the des code will still work;
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
370 performs des on the 8 bytes at s into the 8 bytes at
400 Speeding up kerberos (and/or its des library)
413 the macros in desCode.h would be very useful for putting inline des