aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu1-0/+87
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto1-0/+20
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+64
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey1-8/+4
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus1-6/+16
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk1-0/+6
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu1-3/+0
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-28/+0
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski1-0/+2
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski1-0/+78
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