aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aesni
Commit message (Expand)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-1/+1
* Add an AESNI-optimized version of the CCM/CBC cryptographic and authenticationSean Eric Fagan2019-05-251-2/+7
* aesni(4): Add support for x86 SHA intrinsicsConrad Meyer2017-09-261-0/+14
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* improve dependencies for this module a bit... not great, but atJohn-Mark Gurney2015-07-041-0/+3
* For clang, disable -Wcast-qual warnings for specific aesni files, sinceDimitry Andric2015-01-301-0/+3
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-3/+8
* Back out r255440. /usr/bin/gcc @r255185 (2013-09-03) can build this.David E. O'Brien2013-09-101-1/+1
* Only use a clang'ism if ${CC} is clang.David E. O'Brien2013-09-101-1/+1
* Use the fact that the AES-NI instructions can be pipelined to improveJohn-Mark Gurney2013-09-031-2/+11
* style.Makefile(5)David E. O'Brien2012-05-241-1/+1
* Crypto(4) driver for AESNI.Konstantin Belousov2010-07-231-0/+10