Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: blake2b - rename tfm context and _setkey callback | David Sterba | 2019-11-22 | 1 | -18/+18 |
* | crypto: blake2b - merge _update to api callback | David Sterba | 2019-11-22 | 1 | -36/+30 |
* | crypto: blake2b - open code set last block helper | David Sterba | 2019-11-22 | 1 | -6/+2 |
* | crypto: blake2b - delete unused structs or members | David Sterba | 2019-11-22 | 1 | -30/+0 |
* | crypto: blake2b - simplify key init | David Sterba | 2019-11-22 | 1 | -8/+6 |
* | crypto: blake2b - merge blake2 init to api callback | David Sterba | 2019-11-22 | 1 | -84/+19 |
* | crypto: blake2b - merge _final implementation to callback | David Sterba | 2019-11-22 | 1 | -25/+17 |
* | crypto: blake2b - add blake2b generic implementation | David Sterba | 2019-11-01 | 1 | -0/+435 |