aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel1-2/+2
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-0/+67
2019-11-17crypto: chacha - unexport chacha_generic routinesArd Biesheuvel1-10/+0
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-0/+53
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-12/+0
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu1-30/+0
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel1-0/+5
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-29/+40
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel1-0/+141
2019-08-02crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada1-1/+4
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+60
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers1-0/+60
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-60/+10
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers1-6/+0
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers1-0/+24
2019-03-22crypto: simd - support wrapping AEAD algorithmsEric Biggers1-0/+20
2019-01-18crypto: user - forward declare crypto_nlskEric Biggers1-0/+2
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers1-3/+3
2019-01-11crypto: skcipher - add helper for simple block cipher modesEric Biggers1-0/+15
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-2/+0
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe1-12/+0
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe1-0/+17
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-0/+8
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook1-1/+1
2018-03-03crypto: simd - allow registering multiple algorithms at onceEric Biggers1-0/+7
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers1-5/+0
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2017-12-28crypto: scomp - delete unused commentsZhou Wang1-11/+0
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent1-0/+2
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook1-0/+6
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+6
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu1-0/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu1-0/+3
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-0/+10
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel1-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu1-0/+4
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+17
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu1-0/+47
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers1-6/+0
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2-0/+151
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+66
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-51/+12
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu1-1/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu1-0/+1
2016-07-18crypto: aead - Add chunk sizeHerbert Xu1-0/+21