summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r292782: Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cavg2017-02-271-1/+1
| | | | | | | cperciva's libmd implementation is 5-30% faster The same was done for SHA256 previously in r263218 Approved by: secteam
* MFC r263219: add sha256c.c to the various modules that included sha2.c...avg2017-02-231-1/+1
|
* Catch up with r259980 and handle renamed deflate.c.peter2013-12-281-1/+1
|
* List low-level Blowfish ECB module in the SRCS. It looks like it was droppedivoras2010-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
* After adding an SDT provider for opencrypto in r199884 we should alsobz2010-01-071-1/+1
| | | | | | | depend on opt_kdtrace.h for the module build. Submitted by: (Andre.Albsmeier siemens.com) MFC after: 3 days
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-091-1/+2
| | | | | | | and its bibliography. Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp> MFC after: 1 month
* catchup w/ crypto changessam2007-03-211-2/+3
|
* 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