summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers2020-01-091-2/+2
* crypto: ahash - introduce crypto_grab_ahash()Eric Biggers2020-01-091-0/+10
* crypto: shash - introduce crypto_grab_shash()Eric Biggers2020-01-091-0/+10
* crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers2020-01-091-9/+3
* crypto: aead - pass instance to crypto_grab_aead()Eric Biggers2020-01-091-8/+3
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-8/+3
* crypto: ahash - make struct ahash_instance be the full sizeEric Biggers2020-01-091-3/+9
* crypto: shash - make struct shash_instance be the full sizeEric Biggers2020-01-091-4/+9
* crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers2020-01-091-12/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-6/+2
* crypto: skcipher - remove skcipher_walk_aead()Eric Biggers2020-01-091-2/+0
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-3/+11
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-203-9/+5
* crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu2019-12-111-0/+6
* crypto: chacha - fix warning message in header fileValdis Klētnieks2019-12-111-1/+1
* crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers2019-12-111-10/+0
* crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers2019-12-111-0/+6
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-172-32/+0
* 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