aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/via/padlock.c
Commit message (Expand)AuthorAgeFilesLines
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-104/+18
* Remove unused error return from API that cannot failConrad Meyer2018-02-231-5/+3
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+2
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUKonstantin Belousov2014-06-231-11/+4
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-2/+13
* MFaesni r215427:Konstantin Belousov2010-11-261-3/+11
* Use the fpu_kern_enter() interface to properly separate usermode FPUKonstantin Belousov2010-06-051-1/+7
* identify routine takes driver_t *, not device_t *.Warner Losh2009-02-051-1/+1
* Connect padlock(4) to amd64 build for VIA Nano processors.Jung-uk Kim2009-01-121-2/+2
* Fix a potential NULL-pointer dereference in padlock(4).Philip Paeps2008-11-171-1/+5
* Simplify session selection/allocation.Pawel Jakub Dawidek2008-08-091-10/+5
* - Fix freeing session on newsession failure.Pawel Jakub Dawidek2008-08-091-9/+24
* Implify sessions freeing loop.Pawel Jakub Dawidek2008-08-091-2/+1
* We don't have to drop a lock around malloc(M_NOWAIT).Pawel Jakub Dawidek2008-08-091-4/+4
* When freeing session, restore its ID after zeroing memory.Pawel Jakub Dawidek2008-08-091-0/+1
* Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()Pawel Jakub Dawidek2008-08-091-3/+5
* Convert lock that protects sessions list from a mutex to a rwlock.Pawel Jakub Dawidek2008-07-201-16/+16
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-1/+1
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-74/+68
* Remove trailing spaces.Pawel Jakub Dawidek2006-07-281-1/+1
* Style fixes.Pawel Jakub Dawidek2006-07-251-1/+1
* Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found inPawel Jakub Dawidek2006-07-221-335/+64
* Correct few bzero()s.Pawel Jakub Dawidek2006-07-221-3/+3
* Set ses_ictx and ses_octx to NULL after freeing them, so we won't freePawel Jakub Dawidek2006-07-221-0/+2
* Use the already stored VIA RNG probe informationMichael Reifenberger2006-07-131-16/+5
* Fix gratuitous compiler warning.Pawel Jakub Dawidek2006-06-081-1/+2
* - Pretend to accelerate various HMAC algorithms, so padlock(4) can be usedPawel Jakub Dawidek2006-06-051-91/+266
* padlock(4) doesn't support explicitly provided keys yet.Pawel Jakub Dawidek2006-04-201-0/+4
* On padlock initialization, allocate memory with M_WAITOK.Pawel Jakub Dawidek2006-04-121-5/+1
* Add VIA/ACE "PadLock" support as a crypto(9) driver.Pawel Jakub Dawidek2005-08-181-0/+504