summaryrefslogtreecommitdiff
path: root/crypto/des/cfb_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Experimental symbol renaming to avoid clashes with regular OpenSSL.steve2011-02-161-0/+1
* Latest Intel compiler means every word in "if copying [with memcpy] takesappro2005-07-081-2/+2
* This is essentially Intel 32-bit compiler tune-up. To start with allappro2004-03-281-22/+43
* minor signed/unsigned warning fixesgeoff2004-02-101-2/+2
* CFB DES sync-up with FIPS branch.appro2004-01-271-39/+47
* Include e_os.h to get a proper definition of memmove on the platformslevitte2003-10-011-0/+1
* Due to an increasing number of clashes between modern OpenSSL andlevitte2001-10-241-4/+4
* Make EVPs allocate context memory, thus making them extensible. Rationaliseben2001-07-301-1/+1
* Since there has been reports of clashes between OpenSSL'slevitte2001-03-291-2/+2
* Change type of various DES function arguments from des_cblockbodo1999-05-161-3/+3
* Change functions to ANSI C.ulf1999-04-191-8/+2
* Fix ghastly DES declarations, and all consequential warnings.ben1999-02-131-6/+6
* Initial revisionrse1998-12-211-0/+171