summaryrefslogtreecommitdiff
path: root/sys/opencrypto
AgeCommit message (Expand)Author
2007-10-08Use the softint API.ad
2007-09-22Fix a stupid bogus bcopy -> memcpy conversion.degroote
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-21Use dynamic array instead of an static array to decompress. It lets us todegroote
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Add an opencrypto provider for the AES xcrypt instructions found on VIAdaniel
2007-01-12crypto_init does not call crypto_init0 only once, because the markerdaniel
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-27Merge kernel and userland rmd160 and sha2 implementation.christos
2006-10-20avoid yet another GCC uninitialised warning error that only comesmrg
2006-10-12- sprinkle __unused on function decls.christos
2006-08-29fix incomplete initializerchristos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-04Coverity CID 1083: Avoid possible NULL pointer deref.christos
2006-04-02malloc data the size the pointer points to, not the size of a pointer.dsl
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-03-06sprinkle DPRINTF()...christos
2006-03-06Add the 3 missing sysctl we are supposed to export.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-01-16- tweak RUN_ONCE api to allow init_func returns an error.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-25swcr -> swcryptothorpej
2005-11-25- De-couple the software crypto implementation from the rest of thethorpej
2005-08-22No change. Forced commit to record commit message for previous revision, viz:jonathan
2005-08-22*** empty log message ***jonathan
2005-05-29Sprinkle const.christos
2005-02-26nuke trailing whitespaceperry
2004-11-30Cloning cleanup:christos
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-04-29Change control knob for /dev/crypto to only allow requests whichjonathan
2003-12-31Split opencrypto configuration into an attribute, usable by inkerneljonathan
2003-11-19Wrap noisy pointless message about denied userspace requests withjonathan
2003-11-19Fix typo.jonathan
2003-11-19Clean up userlevel access to software kernel transforms, in preparationjonathan
2003-11-18Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));'jonathan
2003-11-16Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack.tls
2003-11-16Remove '#ifdef notdef' around userspace ioctl() requests forjonathan
2003-11-09Fix a genuine uninitialised variable.scw
2003-09-21Implement nanouptime as a function to avoid 'dereferencing type-punned pointer'.lha
2003-09-06comment typocjep
2003-08-27Fix-up a few things missed in the rijndael_set_key() change.thorpej
2003-08-27simplify rijndael.c API - always schedule encrypt/decrypt key.itojun
2003-08-27Some const poisoning.thorpej
2003-08-27Tidy up the namespace of this a little.thorpej
2003-08-27Use the Blowfish in crypto/blowfish, which has hooks for using tunedthorpej
2003-08-26In Blowfish_initstate(), make the initstate static, otherwise thethorpej
2003-08-26Move the opencrypto CAST-128 implementation to crypto/cast128, removingthorpej