summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)Author
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers
2020-01-09crypto: geniv - convert to new way of freeing instancesEric Biggers
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: chacha - unexport chacha_generic routinesArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel
2019-08-02crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers
2019-03-22crypto: simd - support wrapping AEAD algorithmsEric Biggers
2019-01-18crypto: user - forward declare crypto_nlskEric Biggers
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers
2019-01-11crypto: skcipher - add helper for simple block cipher modesEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe