summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin/aes
Commit message (Expand)AuthorAgeFilesLines
* Get rid of builtin AES uitypes.hGreg Hudson2014-02-263-89/+4
* Clean up AES-NI codeTom Yu2014-01-102-98/+2
* Avoid text relocations in iaesx86.sTom Yu2014-01-101-2/+8
* Mark AESNI files as not needing executable stacksGreg Hudson2014-01-032-0/+22
* Add AES-NI support on LinuxGreg Hudson2013-05-241-1/+12
* Adjust AESNI sources for krb5 treeGreg Hudson2013-05-242-2588/+17
* Add Intel AESNI assembly filesGreg Hudson2013-05-242-0/+4280
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-6/+1
* make dependGreg Hudson2013-01-101-1/+1
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-10/+10
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-099-251/+258
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-2/+2
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-044-118/+2
* Mark and reindent lib/cryptoGreg Hudson2009-11-282-24/+31
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-10/+8
* make mark-cstyleTom Yu2009-10-3110-276/+275
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-1/+1
* make dependTom Yu2009-10-251-9/+6
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-232-31/+29
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-14/+15
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-4/+4
* 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
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-9/+9
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-162-14/+18
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-021-15/+17
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-031-9/+8
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-0317-0/+4231