summaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c
AgeCommit message (Expand)Author
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-22crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba
2019-11-22crypto: blake2b - merge _update to api callbackDavid Sterba
2019-11-22crypto: blake2b - open code set last block helperDavid Sterba
2019-11-22crypto: blake2b - delete unused structs or membersDavid Sterba
2019-11-22crypto: blake2b - simplify key initDavid Sterba
2019-11-22crypto: blake2b - merge blake2 init to api callbackDavid Sterba
2019-11-22crypto: blake2b - merge _final implementation to callbackDavid Sterba
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba