aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 7-7/+7
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-07-23crypto: skcipher - drop duplicated word in kernel-docGravatar Randy Dunlap 1-1/+1
2020-07-23crypto: hash - drop duplicated word in a commentGravatar Randy Dunlap 1-1/+1
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-7/+16
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Gravatar Eric Biggers 1-1/+1
2020-07-16crypto: lib/sha256 - add sha256() functionGravatar Eric Biggers 1-0/+1
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayGravatar Ard Biesheuvel 1-4/+0
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationGravatar Herbert Xu 1-0/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 1-0/+18
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroGravatar Herbert Xu 1-1/+3
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Gravatar Herbert Xu 1-2/+2
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-0/+10
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Gravatar Eric Biggers 1-0/+19
2020-05-08crypto: lib/sha256 - return voidGravatar Eric Biggers 2-14/+10
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompGravatar Barry Song 1-1/+1
2020-05-08crypto: engine - support for batch requestsGravatar Iuliana Prodan 1-0/+5
2020-05-08crypto: engine - support for parallel requests based on retry mechanismGravatar Iuliana Prodan 1-2/+8
2020-05-08crypto: algapi - create function to add request in front of queueGravatar Iuliana Prodan 1-0/+2
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceGravatar Stephan Müller 1-5/+1
2020-04-09crypto: curve25519 - do not pollute dispatcher based on assemblerGravatar Jason A. Donenfeld 1-4/+2
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-22/+28
2020-03-12crypto: aead - improve documentation for scatterlist layoutGravatar Eric Biggers 1-21/+27
2020-03-06crypto: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportGravatar Jason A. Donenfeld 1-2/+4
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsGravatar Jason A. Donenfeld 3-40/+35
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Gravatar Eric Biggers 1-2/+0
2020-01-09crypto: shash - convert shash_free_instance() to new styleGravatar Eric Biggers 1-1/+1
2020-01-09crypto: geniv - convert to new way of freeing instancesGravatar Eric Biggers 1-1/+0
2020-01-09crypto: hash - add support for new way of freeing instancesGravatar Eric Biggers 1-0/+2
2020-01-09crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Gravatar Eric Biggers 1-3/+0
2020-01-09crypto: ahash - unexport crypto_ahash_typeGravatar Eric Biggers 1-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersGravatar Eric Biggers 2-53/+0
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnGravatar Eric Biggers 1-2/+2
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsGravatar Eric Biggers 1-2/+2
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Gravatar Eric Biggers 1-0/+25
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Gravatar Eric Biggers 1-0/+10
2020-01-09crypto: shash - introduce crypto_grab_shash()Gravatar Eric Biggers 1-0/+10
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Gravatar Eric Biggers 1-8/+2
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Gravatar Eric Biggers 1-9/+3
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Gravatar Eric Biggers 1-8/+3
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Gravatar Eric Biggers 1-8/+3
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeGravatar Eric Biggers 1-3/+9
2020-01-09crypto: shash - make struct shash_instance be the full sizeGravatar Eric Biggers 1-4/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYGravatar Eric Biggers 2-21/+5
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 4-15/+6
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Gravatar Eric Biggers 1-2/+0