aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/des
AgeCommit message (Expand)AuthorFilesLines
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