summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-031-4/+1
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-0/+219
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-0/+2
* crypto: ahash - Add ahash_alg_instanceHerbert Xu2020-08-281-0/+6
* crypto: hash - Remove unused async iteratorsIra Weiny2020-08-211-13/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers2020-07-161-1/+1
* crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-161-35/+10
* crypto: shash - convert shash_free_instance() to new styleEric Biggers2020-01-091-1/+1
* crypto: geniv - convert to new way of freeing instancesEric Biggers2020-01-091-1/+0
* crypto: hash - add support for new way of freeing instancesEric Biggers2020-01-091-0/+2
* crypto: ahash - unexport crypto_ahash_typeEric Biggers2020-01-091-2/+0
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-31/+0
* 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