aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk1-2/+5
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu1-0/+15
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu2-40/+4
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2-6/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu1-0/+1
2015-07-14crypto: aead - Add aead_queue interfaceHerbert Xu1-0/+35
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu1-0/+9
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu1-1/+8
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+27
2015-06-17crypto: akcipher - add PKE APITadeusz Struk1-0/+60
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu1-0/+2
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu1-1/+1
2015-06-03crypto: aead - Add aead_alg_instanceHerbert Xu1-0/+5
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-0/+24
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu1-12/+7
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu1-4/+3
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu1-2/+34
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu1-0/+5
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu1-0/+5
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu1-4/+34
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu1-0/+6
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-2/+1
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+2
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu1-0/+6
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-0/+3
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen1-0/+9
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut1-2/+1
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu1-0/+13
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at onceJussi Kivilinna1-0/+2
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert2-0/+4
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+143
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu1-0/+6
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-6/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu1-0/+6
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu1-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-3/+8
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu1-0/+6
2009-07-14crypto: shash - Export async functionsHerbert Xu1-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-1/+1
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu1-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu1-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu1-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+2
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+14
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+26
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven1-0/+28
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+3