summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-011-0/+2
* crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert2012-03-292-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-111-4/+143
|\
| * crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-151-0/+6
| * crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-6/+0
| * crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-0/+6
| * 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-141-3/+8
| * 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-141-1/+1
| * 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: shash - Add spawn supportHerbert Xu2009-07-081-0/+14
| * crypto: shash - Add shash_instanceHerbert Xu2009-07-081-0/+26
* | crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu2009-08-291-2/+2
|/
* crypto: compress - Add pcomp interfaceGeert Uytterhoeven2009-03-041-0/+28
* crypto: hash - Export shash through hashHerbert Xu2008-12-251-0/+3
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-251-5/+0
* crypto: hash - Add shash interfaceHerbert Xu2008-12-251-0/+8
* crypto: rng - RNG interface and implementationNeil Horman2008-08-291-0/+26
* crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-291-6/+0
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-101-0/+37
* crypto: hash - Added scatter list walking helperHerbert Xu2008-07-101-0/+41
* [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-081-1/+1
* [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-231-0/+6
* [CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu2008-01-111-0/+13
* [CRYPTO] null: Add null blkcipher algorithmHerbert Xu2008-01-111-0/+5
* [CRYPTO] aead: Create default givcipher instancesHerbert Xu2008-01-111-0/+3
* [CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_freeHerbert Xu2008-01-111-0/+77
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-111-0/+2
* [CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu2008-01-111-0/+12
* [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu2008-01-111-0/+18
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-111-0/+9
* [CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu2008-01-111-0/+51