aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/aesni
Commit message (Expand)AuthorAgeFilesLines
* aesni(4): CRYPTO_AES_NIST_GCM_16 mandates MACConrad Meyer2017-10-041-2/+5
* aesni(4): Fix GCC buildConrad Meyer2017-09-292-4/+6
* aesni(4): Add support for x86 SHA intrinsicsConrad Meyer2017-09-265-104/+968
* aesni(4): Fix another trivial typo (aensi -> aesni)Conrad Meyer2017-09-201-2/+2
* aesni(4): Fix trivial typo (AQUIRE -> ACQUIRE)Conrad Meyer2017-09-201-3/+3
* aesni: quiet -Wcast-qualRyan Libby2017-08-162-42/+46
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-1/+1
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-5/+7
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-262-11/+11
* aesni(4): Initialize error before useConrad Meyer2016-04-201-0/+1
* const'ify an arg that we don't update...John-Mark Gurney2015-07-292-3/+3
* upon further examination, it turns out that _unregister_all alreadyJohn-Mark Gurney2015-07-081-3/+0
* address an issue where consumers, like IPsec, can reuse the sameJohn-Mark Gurney2015-07-082-26/+102
* unroll the loop slightly... This improves performance enough toJohn-Mark Gurney2015-07-071-5/+17
* Fix for non-random IV's when CRD_F_IV_PRESENT and CRD_F_IV_EXPLICITJohn-Mark Gurney2015-07-062-24/+25
* remove _NORMAL flag which isn't suppose to be used w/ _alloc_ctx...John-Mark Gurney2015-07-061-2/+1
* In the version of gcc in the FreeBSD tree, this modification was made toCraig Rodrigues2015-04-163-0/+36
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-124-50/+1122
* Put the aesni_cipher_setup() and aesni_cipher_process() functions intoKonstantin Belousov2014-06-243-94/+95
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUKonstantin Belousov2014-06-231-27/+16
* fix broken style(9) in r258399John-Mark Gurney2013-11-231-2/+2
* flag that the aesni driver is sync... This means we don't waste aJohn-Mark Gurney2013-11-201-1/+2
* make it so that from/to can be missaligned as it can happen (the geliJohn-Mark Gurney2013-11-063-67/+95
* Use the fact that the AES-NI instructions can be pipelined to improveJohn-Mark Gurney2013-09-037-422/+359
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlyPawel Jakub Dawidek2013-02-201-0/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-213-7/+16
* Update Copyright.Pawel Jakub Dawidek2011-10-271-1/+1
* Improve AES-NI performance for AES-XTS:Pawel Jakub Dawidek2011-10-271-26/+27
* Fix a bug in the result of manual assembly.Konstantin Belousov2011-03-022-2/+2
* Remove DEBUG sections.Konstantin Belousov2010-11-271-24/+0
* Only save FPU context when not executing in the context of the cryptoKonstantin Belousov2010-11-171-8/+22
* Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', whichDimitry Andric2010-10-131-2/+2
* Fix two copy&paste bugs.Pawel Jakub Dawidek2010-09-251-2/+2
* Add support for CRYPTO_AES_XTS.Pawel Jakub Dawidek2010-09-233-24/+151
* Add support for CRD_F_KEY_EXPLICIT flag.Pawel Jakub Dawidek2010-09-231-16/+32
* Simplify code a bit.Pawel Jakub Dawidek2010-09-232-10/+5
* Crypto(4) driver for AESNI.Konstantin Belousov2010-07-237-0/+1464