summaryrefslogtreecommitdiffstats
path: root/crypto/adiantum.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: adiantum - flush destination page before unmappingEric Biggers2023-11-011-1/+3
* crypto: adiantum - stop using alignmask of shash_algEric Biggers2023-10-271-2/+1
* crypto: adiantum - add fast path for single-page messagesEric Biggers2023-10-201-18/+47
* crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-3/+2
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-11/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-281-72/+30
|\
| * crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-161-2/+2
| * crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers2020-01-091-1/+1
| * crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error pathsEric Biggers2020-01-091-60/+25
| * crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-3/+3
| * crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-5/+6
| * crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-8/+0
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-2/+3
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: adiantum - initialize crypto_spawn::instEric Biggers2019-01-101-0/+4
* crypto: adiantum - fix leaking reference to hash algorithmEric Biggers2018-12-131-4/+5
* crypto: adiantum - adjust some comments to match latest paperEric Biggers2018-12-131-16/+19
* crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers2018-12-131-0/+2
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+658