summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-092-6/+60
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-131-0/+60
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-6/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3010-60/+10Star
|/
* crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-221-0/+24
* crypto: simd - support wrapping AEAD algorithmsEric Biggers2019-03-221-0/+20
* crypto: user - forward declare crypto_nlskEric Biggers2019-01-181-0/+2
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-3/+3
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-111-0/+15
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-2/+0Star
* crypto: user - remove unused dump functionsCorentin Labbe2018-12-231-12/+0Star
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-071-0/+17
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-0/+8
* crypto: null - Remove VLA usage of skcipherKees Cook2018-09-281-1/+1
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-021-0/+7
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-151-5/+0Star
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+2
* crypto: scomp - delete unused commentsZhou Wang2017-12-281-11/+0Star
* 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-032-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/+0Star
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-6/+0Star
* 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/+0Star
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-51/+12Star
* crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu2016-07-181-1/+0Star
* 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/+4Star
* 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/+0Star
* crypto: compress - remove unused pcomp interfaceJoonsoo Kim2016-01-271-28/+0Star
* 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