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