aboutsummaryrefslogtreecommitdiff
path: root/crypto/adiantum.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01crypto: adiantum - flush destination page before unmappingGravatar Eric Biggers 1-1/+3
2023-10-27crypto: adiantum - stop using alignmask of shash_algGravatar Eric Biggers 1-2/+1
2023-10-20crypto: adiantum - add fast path for single-page messagesGravatar Eric Biggers 1-18/+47
2023-10-13crypto: adiantum - Only access common skcipher fields on spawnGravatar Herbert Xu 1-5/+5
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-3/+2
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-11/+3
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-72/+30
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsGravatar Jason A. Donenfeld 1-2/+2
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnGravatar Eric Biggers 1-1/+1
2020-01-09crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error pathsGravatar Eric Biggers 1-60/+25
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Gravatar Eric Biggers 1-3/+3
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Gravatar Eric Biggers 1-5/+6
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-8/+0
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-2/+2
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 1-2/+3
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-01-10crypto: adiantum - initialize crypto_spawn::instGravatar Eric Biggers 1-0/+4
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmGravatar Eric Biggers 1-4/+5
2018-12-13crypto: adiantum - adjust some comments to match latest paperGravatar Eric Biggers 1-16/+19
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceGravatar Eric Biggers 1-0/+2
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+658