aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with r259980 and handle renamed deflate.c.Peter Wemm2013-12-281-1/+1
| | | | Notes: svn path=/stable/10/; revision=260004
* List low-level Blowfish ECB module in the SRCS. It looks like it was droppedIvan Voras2010-09-121-1/+1
| | | | | | | | | | by accident (and it would be inconvenient to implement it otherwise because it uses internal non-published headers). MFC after: 1 week Notes: svn path=/head/; revision=212496
* After adding an SDT provider for opencrypto in r199884 we should alsoBjoern A. Zeeb2010-01-071-1/+1
| | | | | | | | | | depend on opt_kdtrace.h for the module build. Submitted by: (Andre.Albsmeier siemens.com) MFC after: 3 days Notes: svn path=/head/; revision=201742
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-1/+2
| | | | | | | | | | and its bibliography. Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp> MFC after: 1 month Notes: svn path=/head/; revision=169425
* catchup w/ crypto changesSam Leffler2007-03-211-2/+3
| | | | Notes: svn path=/head/; revision=167764
* This patch fixes a problem, which exists if you have IPSEC in your kernelWojciech A. Koszek2006-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) Notes: svn path=/head/; revision=156072
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].Hajimu UMEMOTO2005-03-111-2/+3
| | | | | | | | | the two became almost identical since latest KAME merge. Discussed with: sam Notes: svn path=/head/; revision=143423
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-1/+1
| | | | | | | | | | | routines, and purge them from opencrypto. Reviewed by: sam Obtained from: NetBSD Sponsored by: spc.org Notes: svn path=/head/; revision=123557
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-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 Notes: svn path=/head/; revision=105251