summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin
Commit message (Expand)AuthorAgeFilesLines
...
* Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson2009-12-023-196/+111
* Clean up the AES enc_provider code a bit. Chiefly, work with unsignedGreg Hudson2009-12-021-80/+64
* Fix ivec chaining for DES iov encryptionGreg Hudson2009-11-301-2/+5
* In the des enc_provider decrypt_iov function, count header blocks asGreg Hudson2009-11-301-1/+1
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-301-5/+3
* Add do-while(0) around multi-statement macros in f_tables.h for moreGreg Hudson2009-11-291-44/+48
* Mark and reindent lib/cryptoGreg Hudson2009-11-2842-3883/+3904
* Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson2009-11-2710-899/+15
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2218-267/+250
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-1/+1
* make mark-cstyleTom Yu2009-10-3142-434/+426
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-2813-45/+46
* Remove "verify" on make cleanEzra Peisach2009-10-281-1/+1
* Do not include com_err.h - not used hereEzra Peisach2009-10-271-2/+0
* make dependTom Yu2009-10-259-75/+58
* Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu2009-10-244-0/+729
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-2324-201/+917
* Fix memory leaks in enc-perf workGreg Hudson2009-10-201-0/+1
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-1910-165/+228
* Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov2009-10-161-3/+3
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-1012-119/+577
* Get aes-gen to build again (for the default back end, at least)Greg Hudson2009-10-091-1/+1
* Fix object file pathZhanna Tsitkov2009-10-061-5/+5
* CleanupZhanna Tsitkov2009-10-011-7/+17
* Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov2009-09-3010-3/+384
* Fix include path to pick up the correct headersZhanna Tsitkov2009-09-291-1/+1
* Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2009-09-291-1/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-168-209/+199
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1619-378/+237
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-031-9/+11
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0213-81/+1318
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-037-173/+159
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-0363-0/+11030