aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-026-7/+112
* crypto: padlock - Move padlock.h into include/cryptoHerbert Xu2011-01-071-0/+29
* crypto: scatterwalk - Add scatterwalk_crypto_chain helperSteffen Klassert2010-12-021-0/+15
* crypto: af_alg - User-space interface for Crypto APIHerbert Xu2010-11-191-0/+92
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
* | crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban2010-09-201-0/+24
|/
* crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller2010-05-191-0/+40
* crypto: md5 - Add export supportMax Vozeler2010-01-171-0/+17
* crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert2010-01-071-0/+51
* crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert2009-10-191-1/+0
* crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-116-63/+366
|\
| * crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-021-0/+61
| * crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-061-0/+17
| * crypto: api - Fix aligned ctx helperHerbert Xu2009-07-241-6/+2
| * crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-221-3/+3
| * crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-221-0/+6
| * crypto: shash - Fix digest size offsetHerbert Xu2009-07-151-1/+2
| * crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-152-15/+14
| * crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-142-8/+1
| * crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-0/+6
| * crypto: cryptd - Switch to template create APIHerbert Xu2009-07-141-0/+3
| * crypto: hash - Add helpers to free spawnsHerbert Xu2009-07-141-0/+10
| * crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+51
| * crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-142-34/+86
| * crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-141-4/+2
| * crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu2009-07-141-0/+6
| * crypto: shash - Export async functionsHerbert Xu2009-07-141-0/+3
| * crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-142-2/+3
| * crypto: async - Use kzfree for requestsHerbert Xu2009-07-121-1/+1
| * crypto: sha256_generic - Add export/import supportHerbert Xu2009-07-111-0/+6
| * crypto: sha1_generic - Add export/import supportHerbert Xu2009-07-111-0/+8
| * crypto: shash - Export/import hash state onlyHerbert Xu2009-07-111-4/+14
| * crypto: shash - Add shash_instance_ctxHerbert Xu2009-07-091-0/+5
| * crypto: shash - Add __crypto_shash_castHerbert Xu2009-07-081-0/+5
| * crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu2009-07-081-0/+5
| * crypto: shash - Add shash_register_instanceHerbert Xu2009-07-081-1/+2
| * crypto: shash - Add shash_attr_alg2 helperHerbert Xu2009-07-081-0/+2
| * crypto: api - Add crypto_attr_alg2 helperHerbert Xu2009-07-081-1/+10
| * crypto: shash - Add spawn supportHerbert Xu2009-07-081-0/+14
| * crypto: api - Add new style spawn supportHerbert Xu2009-07-081-0/+6
| * crypto: shash - Add shash_instanceHerbert Xu2009-07-081-0/+26
| * crypto: api - Add crypto_alloc_instance2Herbert Xu2009-07-071-0/+2
| * crypto: api - Add new template create functionHerbert Xu2009-07-071-0/+1
* | crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu2009-08-292-2/+3
|/
* crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven2009-03-041-0/+20
* crypto: compress - Add pcomp interfaceGeert Uytterhoeven2009-03-042-0/+153
* crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying2009-02-191-0/+7
* crypto: shash - Add crypto_shash_blocksizeHerbert Xu2009-02-181-0/+5