summaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2019-11-221-18/+18
* crypto: blake2b - merge _update to api callbackDavid Sterba2019-11-221-36/+30
* crypto: blake2b - open code set last block helperDavid Sterba2019-11-221-6/+2
* crypto: blake2b - delete unused structs or membersDavid Sterba2019-11-221-30/+0
* crypto: blake2b - simplify key initDavid Sterba2019-11-221-8/+6
* crypto: blake2b - merge blake2 init to api callbackDavid Sterba2019-11-221-84/+19
* crypto: blake2b - merge _final implementation to callbackDavid Sterba2019-11-221-25/+17
* crypto: blake2b - add blake2b generic implementationDavid Sterba2019-11-011-0/+435