aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAge
* crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel2019-09-09
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-22
* crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel2019-08-22
* crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada2019-08-02
* crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-26
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-13
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-22
* crypto: simd - support wrapping AEAD algorithmsEric Biggers2019-03-22
* crypto: user - forward declare crypto_nlskEric Biggers2019-01-18
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-11
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-11
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-22
* crypto: user - remove unused dump functionsCorentin Labbe2018-12-22
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-07
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-28
* crypto: null - Remove VLA usage of skcipherKees Cook2018-09-28
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-02
* 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-28
* 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-10-31
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-10-31
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-24
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-24
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-20
* 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