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