aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/adiantum.c
AgeCommit message (Expand)Author
2023-11-01crypto: adiantum - flush destination page before unmappingEric Biggers
2023-10-27crypto: adiantum - stop using alignmask of shash_algEric Biggers
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers
2023-10-13crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers
2020-01-09crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error pathsEric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-01-10crypto: adiantum - initialize crypto_spawn::instEric Biggers
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmEric Biggers
2018-12-13crypto: adiantum - adjust some comments to match latest paperEric Biggers
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers