summaryrefslogtreecommitdiff
path: root/src/AESNI.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with clang-3.3Sebastian Ramacher2014-06-221-8/+9
* AESNI: Fix order of alignment & size args in _aligned_mallocDwayne Litzenberger2014-02-221-1/+5
* Clean up AESNI aligned malloc() wrappersDwayne Litzenberger2014-02-221-33/+22
* Prefer C11's aligned_alloc if it is availableSebastian Ramacher2014-02-221-4/+4
* Check return value of posix_memalignSebastian Ramacher2014-02-221-1/+3
* Add wrapper for freeSebastian Ramacher2014-02-221-6/+19
* Add a wrapper for posix_memalign and friendsSebastian Ramacher2013-10-281-17/+22
* Make sure that ek and dk are aligned at 16 byte boundariesSebastian Ramacher2013-10-281-4/+44
* Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-281-0/+4
* Be more consistent with spaces and tabsSebastian Ramacher2013-10-281-13/+13
* Remove unnecessary includesSebastian Ramacher2013-04-211-2/+0
* Initial AES-NI supportSebastian Ramacher2013-04-211-0/+227