summaryrefslogtreecommitdiffstats
path: root/sys/crypto
Commit message (Expand)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
* MFC r267815:kib2014-06-303-94/+95
* MFC r267767:kib2014-06-304-60/+28
* 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
* Fix const propagation issues to make GCC happy.andre2013-07-111-3/+4
* SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedandre2013-07-113-0/+464
* Sync with KAME.delphij2013-07-092-5/+4
* Allow assert() to operate correctly when building userland code.rmh2013-07-091-1/+3
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-201-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-217-14/+34
* 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
* Make private functions static.brucec2011-02-211-8/+8
* Remove DEBUG sections.kib2010-11-271-24/+0
* MFaesni r215427:kib2010-11-263-9/+31
* 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
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-054-3/+34
* Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(),vanhu2009-05-271-1/+3
* identify routine takes driver_t *, not device_t *.imp2009-02-051-1/+1
* Connect padlock(4) to amd64 build for VIA Nano processors.jkim2009-01-122-3/+3
* Avoid 256 integer divisions per rc4_init() call. Replace it with usingmav2008-12-161-3/+5
* Fix a potential NULL-pointer dereference in padlock(4).philip2008-11-171-1/+5
* Simplify session selection/allocation.pjd2008-08-091-10/+5
* - Fix freeing session on newsession failure.pjd2008-08-091-9/+24
* Implify sessions freeing loop.pjd2008-08-091-2/+1
* We don't have to drop a lock around malloc(M_NOWAIT).pjd2008-08-091-4/+4
* When freeing session, restore its ID after zeroing memory.pjd2008-08-091-0/+1
* Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()pjd2008-08-091-3/+5
* Convert lock that protects sessions list from a mutex to a rwlock.pjd2008-07-201-16/+16
* Make test00 compilable again.sobomax2008-01-152-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-1/+1
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-093-0/+1459
* Overhaul driver/subsystem api's:sam2007-03-211-74/+68
* Initialize T1 to silent gcc warning.kevlo2006-10-221-1/+1
* Less magic.pjd2006-09-151-2/+3
* GCC 3.4.6 gets confused on this file and produces bogus warning.kan2006-08-261-1/+1
* Remove trailing spaces.pjd2006-07-281-1/+1
* Use existing roundup2() macro.pjd2006-07-281-1/+1
* Remove redundant check committed by accident.pjd2006-07-251-2/+0
OpenPOWER on IntegriCloud