summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorLines
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+6
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu-0/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu-0/+3
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu-0/+10
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu-0/+4
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu-0/+17
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu-0/+47
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers-6/+0
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu-0/+151
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu-0/+66
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu-51/+12
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu-1/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu-0/+1
2016-07-18crypto: aead - Add chunk sizeHerbert Xu-0/+21
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu-0/+87
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto-0/+20
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto-0/+64
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey-8/+4
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus-6/+16
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk-0/+6
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu-3/+0
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim-28/+0
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski-0/+2
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski-0/+78
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk-2/+5
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu-0/+15
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu-40/+4
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu-6/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu-0/+1
2015-07-14crypto: aead - Add aead_queue interfaceHerbert Xu-0/+35
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu-0/+9
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu-1/+8
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk-0/+27
2015-06-17crypto: akcipher - add PKE APITadeusz Struk-0/+60
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu-0/+2
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu-1/+1
2015-06-03crypto: aead - Add aead_alg_instanceHerbert Xu-0/+5
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu-0/+24
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu-12/+7
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu-4/+3
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu-2/+34
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu-0/+5
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu-0/+5
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu-4/+34
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu-0/+6
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu-2/+1
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu-0/+2