aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang1-0/+1
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying1-0/+1
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu1-2/+1
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven1-0/+1
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven1-0/+2
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying1-0/+2
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+1
2008-12-10crypto: api - Disallow cryptomgr as a module if algorithms are built-inHerbert Xu1-9/+9
2008-08-29crypto: rng - RNG interface and implementationNeil Horman1-1/+3
2008-08-29crypto: api - Add fips_enable flagNeil Horman1-0/+2
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-2/+2
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu1-0/+2
2008-07-15Revert crypto: prng - Deterministic CPRNGHerbert Xu1-1/+1
2008-07-10crypto: prng - Deterministic CPRNGNeil Horman1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-0/+1
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger1-0/+2
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+2
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior1-1/+2
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman1-0/+1
2008-04-21[CRYPTO] sha512: Rename sha512 to sha512_genericJan Glauber1-1/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu1-2/+2
2008-01-11[CRYPTO] ccm: Added CCM modeJoy Latten1-0/+1
2008-01-11[CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu1-0/+1
2008-01-11[CRYPTO] eseqiv: Add Encrypted Sequence Number IV GeneratorHerbert Xu1-0/+1
2008-01-11[CRYPTO] chainiv: Add chain IV generatorHerbert Xu1-0/+1
2008-01-11[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/moduleHerbert Xu1-2/+4
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor1-0/+1
2008-01-11[CRYPTO] gcm: New algorithmMikko Herranen1-0/+1
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng1-0/+1
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten1-0/+1
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior1-2/+2
2007-10-10[CRYPTO] aes: Rename aes to aes-genericSebastian Siewior1-1/+1
2007-10-10[CRYPTO] des: Rename des to des-genericSebastian Siewior1-1/+1
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel1-0/+1
2007-10-10[CRYPTO] aead: Add authencHerbert Xu1-0/+1
2007-10-10[CRYPTO] api: Move scatterwalk into algapiHerbert Xu1-2/+2
2007-10-10[CRYPTO] api: Add aead crypto typeHerbert Xu1-0/+1
2007-10-10[CRYPTO] seed: New cipher algorithmHye-Shik Chang1-0/+1
2007-07-13async_tx: add the async_tx apiDan Williams1-1/+1
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams1-0/+6
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu1-0/+1
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu1-0/+1
2007-02-07[CRYPTO] camellia: added the code of Camellia cipher algorithm.Noriaki TAKAMIYA1-0/+1
2007-02-07[CRYPTO] fcrypt: Add FCrypt from RxRPCDavid Howells1-0/+1
2007-02-07[CRYPTO] pcbc: Add Propagated CBC templateDavid Howells1-0/+1
2006-12-06[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel1-0/+1
2006-12-06[CRYPTO] lib: table driven multiplications in GF(2^128)Rik Snel1-0/+1
2006-12-06[CRYPTO] xcbc: New algorithmKazunori MIYAZAWA1-0/+1
2006-09-21[CRYPTO] digest: Added user API for new hash typeHerbert Xu1-0/+3
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu1-0/+2