aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-23crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap
2020-07-23crypto: hash - drop duplicated word in a commentRandy Dunlap
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: lib/sha256 - return voidEric Biggers
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song
2020-05-08crypto: engine - support for batch requestsIuliana Prodan
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2020-04-09crypto: curve25519 - do not pollute dispatcher based on assemblerJason A. Donenfeld
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-12crypto: aead - improve documentation for scatterlist layoutEric Biggers
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers
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: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()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