aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
Commit message (Expand)AuthorAgeFilesLines
* MFC r344140,r344141,r344142,r344143,r344388,r344547Sean Eric Fagan2019-03-141-0/+2
* Add xform-conforming auth_hash wrapper for Poly-1305Conrad Meyer2018-08-171-0/+22
* Silence non-actionable warnings in vendor codeMatt Macy2018-05-191-2/+2
* blake2: Disable warnings (not just error) for code we will not modifyConrad Meyer2018-04-211-2/+2
* opencrypto: Integrate Chacha20 algorithm into OCFConrad Meyer2018-03-291-0/+3
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-211-0/+10
* Increase loop unrolling for skein hashesAllan Jude2017-07-011-0/+4
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-10/+10
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-291-0/+8
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-0/+1
* I clearly didn't test the modules... add sha256c.c to the variousJohn-Mark Gurney2014-03-161-1/+1
* Add siphash.c. While here, sort.Marcel Moolenaar2014-03-061-2/+5
* Chase down cryptodeflate.c change from r259109.Alfred Perlstein2013-12-091-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+1
* List low-level Blowfish ECB module in the SRCS. It looks like it was droppedIvan Voras2010-09-121-1/+1
* After adding an SDT provider for opencrypto in r199884 we should alsoBjoern A. Zeeb2010-01-071-1/+1
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-1/+2
* catchup w/ crypto changesSam Leffler2007-03-211-2/+3
* This patch fixes a problem, which exists if you have IPSEC in your kernelWojciech A. Koszek2006-02-271-2/+0
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].Hajimu UMEMOTO2005-03-111-2/+3
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-161-0/+20