summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto
Commit message (Collapse)AuthorAgeFilesLines
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].ume2005-03-111-2/+3
| | | | | | the two became almost identical since latest KAME merge. Discussed with: sam
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-151-1/+1
| | | | | | | | routines, and purge them from opencrypto. Reviewed by: sam Obtained from: NetBSD Sponsored by: spc.org
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-0/+20
into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam
OpenPOWER on IntegriCloud