summaryrefslogtreecommitdiffstats
path: root/crypto/adiantum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud