aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+2
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers1-0/+115
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers1-3/+3
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers1-4/+1
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+219
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu1-0/+2
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu1-0/+6
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-13/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers1-1/+1
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