summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* * vbaxam.doc: File deletedKen Raeburn2004-09-282-0/+4
* * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as alwaysTom Yu2004-05-252-11/+23
* Link test programs against thread support libraryKen Raeburn2004-05-132-1/+6
* * configure.in: Check for endian.h and machine/endian.h.Ken Raeburn2004-05-072-6/+20
* update dependenciesKen Raeburn2004-04-241-4/+4
* ignore some files generated during testingKen Raeburn2004-02-191-0/+4
* ignore aes-gen programKen Raeburn2004-02-191-0/+1
* make dependKen Raeburn2003-12-151-3/+4
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-3/+3
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-132-3/+39
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-132-0/+11
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2003-02-052-2/+7
* update dependenciesKen Raeburn2003-02-031-2/+1
* *** empty log message ***Ken Raeburn2003-02-031-0/+5
* Remove placeholder file that shouldn't have been checked inKen Raeburn2003-02-032-9/+6
* AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn2003-02-0331-0/+39436