aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/des
AgeCommit message (Expand)AuthorFilesLines
2013-05-24Simplify crypto IOV helpersGreg Hudson2-139/+67
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-6/+0
2013-03-24make dependGreg Hudson1-40/+36
2013-03-24Move a bunch of stuff out of k5-int.hGreg Hudson1-9/+0
2013-01-10make dependGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-19/+19
2011-10-17Make reindentTom Yu1-11/+11
2011-08-09Fixed typo in des OBJS: des_keys.c. -> des_keysSam Hartman1-1/+1
2011-07-24Clean up a number of variables set but not used warningsEzra Peisach1-2/+1
2011-04-05Make dependGreg Hudson1-3/+1
2011-04-03destest.c no longer needs crypto_int.hGreg Hudson1-1/+0
2011-03-19Update dependenciesEzra Peisach1-39/+22
2011-03-11Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson7-982/+52
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson12-92/+74
2011-03-06Update dependenciesEzra Peisach1-1/+3
2011-03-05Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach1-6/+7
2011-03-02Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson8-56/+63
2011-02-25Make dependGreg Hudson1-54/+46
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-11-25Fix Windows buildGreg Hudson1-2/+2
2010-09-08Make dependGreg Hudson1-36/+44
2010-09-07Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2-24/+23
2010-06-07make dependGreg Hudson1-58/+64
2009-12-31Remove $(TOBJS) for make cleanEzra Peisach1-1/+1
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson2-0/+53
2009-12-04Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson7-408/+112
2009-12-02Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson2-180/+94
2009-11-30Fix ivec chaining for DES iov encryptionGreg Hudson1-2/+5
2009-11-29Add do-while(0) around multi-statement macros in f_tables.h for moreGreg Hudson1-44/+48
2009-11-28Mark and reindent lib/cryptoGreg Hudson18-2163/+2156
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-109/+107
2009-10-31make mark-cstyleTom Yu13-93/+92
2009-10-28Remove "verify" on make cleanEzra Peisach1-1/+1
2009-10-27Do not include com_err.h - not used hereEzra Peisach1-2/+0
2009-10-25make dependTom Yu1-22/+20
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov4-64/+634
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu4-53/+498
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-92/+90
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov4-149/+90
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov1-42/+44
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson1-99/+87
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov20-0/+4014