aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ni/aes_ni.h
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-77/+0
|
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-291-6/+0
| | | | shrink_to_fit to actually deallocate memory.
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-251-0/+83
support AES-NI.