summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+5
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-171-0/+19
* crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-171-9/+0
* crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-171-2/+2
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-0/+67
* crypto: chacha - unexport chacha_generic routinesArd Biesheuvel2019-11-171-10/+0
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-171-0/+53
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-12/+0
* crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-051-30/+0
* crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel2019-09-091-0/+5
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-29/+40
* crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel2019-08-221-0/+141
* crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada2019-08-021-1/+4
* crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-261-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-082-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/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3010-60/+10
|/
* 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/+0
* crypto: user - remove unused dump functionsCorentin Labbe2018-12-231-12/+0
* 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-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