summaryrefslogtreecommitdiffstats
path: root/sys/crypto/aesni
Commit message (Expand)AuthorAgeFilesLines
* MFC r267815:kib2014-06-303-94/+95
* MFC r267767:kib2014-06-301-27/+16
* MFC r258399,258492:jmg2013-11-261-1/+2
* MFC r257757:jmg2013-11-163-67/+95
* Use the fact that the AES-NI instructions can be pipelined to improvejmg2013-09-037-422/+359
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-201-0/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-213-7/+16
* Update Copyright.pjd2011-10-271-1/+1
* Improve AES-NI performance for AES-XTS:pjd2011-10-271-26/+27
* Fix a bug in the result of manual assembly.kib2011-03-022-2/+2
* Remove DEBUG sections.kib2010-11-271-24/+0
* Only save FPU context when not executing in the context of the cryptokib2010-11-171-8/+22
* Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', whichdim2010-10-131-2/+2
* Fix two copy&paste bugs.pjd2010-09-251-2/+2
* Add support for CRYPTO_AES_XTS.pjd2010-09-233-24/+151
* Add support for CRD_F_KEY_EXPLICIT flag.pjd2010-09-231-16/+32
* Simplify code a bit.pjd2010-09-232-10/+5
* Crypto(4) driver for AESNI.kib2010-07-237-0/+1464
OpenPOWER on IntegriCloud