summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu
2016-07-18crypto: aead - Add chunk sizeHerbert Xu
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski
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