aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32
Commit message (Expand)AuthorAgeFilesLines
...
* Make the temporary implicit, since we were always passing the same registerlloyd2006-08-131-106/+108
* Cleanups, and move the initial memory access to the beginning of eachlloyd2006-08-132-52/+77
* Add an x86 assembly MD5 implementation; works, but needs optimizationlloyd2006-08-133-0/+176
* Add a macro for the not instructionlloyd2006-08-131-0/+1
* Minor formatting changes, reorder one instructionlloyd2006-08-131-3/+1
* Clear the W buffer inside the SHA_160::clear() functionslloyd2006-08-131-0/+1
* Remove a block of disabled code that was just for debug purposeslloyd2006-08-131-8/+0
* Clean up the macros, add comment headers, add a couple of helper macroslloyd2006-08-132-28/+63
* Drop the AES asm code for nowlloyd2006-08-133-192/+0
* Update sha1core.S to match the macro updates in the last checkin. Renamelloyd2006-08-131-63/+63
* A few macro fixeslloyd2006-08-131-7/+10
* Add stub versions of AES assemblerlloyd2006-08-133-0/+193
* Rename sha_x86 module to alg_ia32; there will probably be other algorithmslloyd2006-08-134-0/+308