summaryrefslogtreecommitdiffstats
path: root/sys/crypto/via
Commit message (Expand)AuthorAgeFilesLines
* MFC r275732:Luiz Otavio O Souza2015-10-201-6/+6
* Revert AESNI patches.Luiz Otavio O Souza2015-10-201-8/+8
* Importing pfSense patch aesgcm.soft.1.patchRenato Botelho2015-08-171-8/+8
* MFC r267767:kib2014-06-303-33/+12
* Add support for the extended FPU states on amd64, both for nativekib2012-01-214-7/+18
* MFaesni r215427:kib2010-11-263-9/+31
* 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
* 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
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-1/+1
* Overhaul driver/subsystem api's:sam2007-03-211-74/+68
* Less magic.pjd2006-09-151-2/+3
* 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
* Avoid memory allocations when the given address is already 16 bytes aligned.pjd2006-07-251-6/+51
* Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytespjd2006-07-251-1/+1
* Style fixes.pjd2006-07-254-10/+10
* Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found inpjd2006-07-224-335/+766
* Correct few bzero()s.pjd2006-07-221-3/+3
* Set ses_ictx and ses_octx to NULL after freeing them, so we won't freepjd2006-07-221-0/+2
* Use the already stored VIA RNG probe informationmr2006-07-131-16/+5
* Fix gratuitous compiler warning.pjd2006-06-081-1/+2
* - Pretend to accelerate various HMAC algorithms, so padlock(4) can be usedpjd2006-06-051-91/+266
* padlock(4) doesn't support explicitly provided keys yet.pjd2006-04-201-0/+4
* On padlock initialization, allocate memory with M_WAITOK.pjd2006-04-121-5/+1
* Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-181-0/+504
OpenPOWER on IntegriCloud