summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/f_cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-274/+0
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-121-1/+1
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-121-5/+24
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-131-10/+23
* protoizeKen Raeburn2004-02-191-7/+3
* * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn2004-02-171-4/+2
* Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn2003-12-201-0/+2
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-221-2/+2
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-171-133/+160
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-2/+2
* * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-311-3/+3
* more cleanup - add const, reduce castingKen Raeburn2001-04-101-6/+6
* use const for some inputs (when practical) without changing apiKen Raeburn2001-04-101-7/+8
* * des_int.h: Change prototypes for mit_des_cbc_encrypt(),Ezra Peisach2000-10-171-1/+1
* * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c,Tom Yu1997-10-271-7/+6
* * f_cksum.c: Change code to match prototypesEzra Peisach1995-08-261-4/+5
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* Bring in portability fixes from Cygnus K4 releaseJohn Gilmore1995-03-281-15/+15
* Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)Keith Vetter1995-03-151-15/+15
* Added the files and changes needed to create a dll out of libcryptoKeith Vetter1995-03-031-8/+8
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-211-1/+1
* Remove declarations of the cryptosystem specific structures toTheodore Tso1994-10-141-1/+1
* Removed MIT DES implementation; only use Fergeson DESTheodore Tso1994-09-301-0/+20
* add ferguson des code, to simplify autoconfMark Eichin1994-06-101-0/+198