summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)Author
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2020-01-17crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel
2019-08-02crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers
2019-03-22crypto: simd - support wrapping AEAD algorithmsEric Biggers
2019-01-18crypto: user - forward declare crypto_nlskEric Biggers
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers
2019-01-11crypto: skcipher - add helper for simple block cipher modesEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook
2018-03-03crypto: simd - allow registering multiple algorithms at onceEric Biggers
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2017-12-28crypto: scomp - delete unused commentsZhou Wang
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
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