summaryrefslogtreecommitdiff
path: root/include/crypto/internal
Commit message (Expand)AuthorAge
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-03
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-15
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-12
* crypto: scomp - delete unused commentsZhou Wang2017-12-28
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-22
* crypto: Add akcipher_set_reqsize() functionGary R Hook2017-07-28
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-02
|\
| * crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-24
| * crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2017-04-21
* | crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-10
|/
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-30
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-01
* crypto: simd - Add simd skcipher helperHerbert Xu2016-11-28
* crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-28
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-01
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-01
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-25
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-25
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-21
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-18
* crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu2016-07-18
* crypto: aead - Add skcipher null for IV generatorsHerbert Xu2016-07-18
* crypto: aead - Add chunk sizeHerbert Xu2016-07-18
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-18
* crypto: rsa - Store rest of the private key componentsSalvatore Benedetto2016-07-05
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-23
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-23
* crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-15
* crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-06
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-06
* crypto: compress - remove unused pcomp interfaceJoonsoo Kim2016-01-27
* crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-09
* crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-09
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-14
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-21
* crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-17
* crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-17
* crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-14
* crypto: aead - Add aead_queue interfaceHerbert Xu2015-07-14
* crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-22
* crypto: aead - Fix aead_instance struct sizeHerbert Xu2015-06-19
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-17
* crypto: akcipher - add PKE APITadeusz Struk2015-06-17
* crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-03
* crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu2015-06-03
* crypto: aead - Add aead_alg_instanceHerbert Xu2015-06-03
* crypto: aead - Add common IV generation codeHerbert Xu2015-05-28
* crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu2015-05-25