summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto
Commit message (Collapse)AuthorAgeFilesLines
* This patch fixes a problem, which exists if you have IPSEC in your kernelwkoszek2006-02-271-2/+0
| | | | | | | | | | | and want to have crypto support loaded as KLD. By moving zlib to separate module and adding MODULE_DEPEND directives, it is possible to use such configuration without complication. Otherwise, since IPSEC is linked with zlib (just like crypto.ko) you'll get following error: interface zlib.1 already present in the KLD 'kernel'! Approved by: cognet (mentor)
* 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