aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld1-35/+10
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers1-1/+1
2020-01-09crypto: geniv - convert to new way of freeing instancesEric Biggers1-1/+0
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers1-0/+2
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers1-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers1-31/+0
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers1-2/+2
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers1-0/+10
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers1-0/+10
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers1-9/+3
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers1-8/+3
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-8/+3
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers1-3/+9
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers1-4/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers1-12/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-6/+2
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers1-2/+0
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu1-3/+11
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers3-9/+5
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu1-0/+6
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks1-1/+1
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers1-10/+0
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-0/+6
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2-32/+0
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+5
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+19
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-9/+0
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