Home | History | Annotate | Download | only in des

Lines Matching refs:des

3 MODES.DES	- A description of the features of the different modes of DES.
18 /* My SunOS des(1) replacement */
19 des.c - des(1) source code.
20 des.man - des(1) manual.
29 des.h - Public libdes.a header file.
30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
42 used as a stream cipher and using triple DES.
47 used as a stream cipher and using triple DES.
63 des.doc - SSLeay documentation for the library.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
79 DES.pm
80 DES.pod
81 DES.xs