aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba1-18/+18
2019-11-22crypto: blake2b - merge _update to api callbackDavid Sterba1-36/+30
2019-11-22crypto: blake2b - open code set last block helperDavid Sterba1-6/+2
2019-11-22crypto: blake2b - delete unused structs or membersDavid Sterba1-30/+0
2019-11-22crypto: blake2b - simplify key initDavid Sterba1-8/+6
2019-11-22crypto: blake2b - merge blake2 init to api callbackDavid Sterba1-84/+19
2019-11-22crypto: blake2b - merge _final implementation to callbackDavid Sterba1-25/+17
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba1-0/+435