Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-17 | crypto: sha-mb - Fix total_len for correct hash when larger than 512MB | Greg Tucker | 2 | -2/+2 |
2016-08-16 | crypto: sha256-mb - fix ctx pointer and digest copy | Xiaodong Liu | 2 | -5/+6 |
2016-07-12 | crypto: sha-mb - Cleanup code to use || instead of | | Tim Chen | 1 | -4/+7 |
2016-06-27 | crypto: sha256-mb - Crypto computation (x8 AVX2) | Megha Dey | 1 | -0/+593 |
2016-06-27 | crypto: sha256-mb - Algorithm data structures | Megha Dey | 3 | -0/+548 |
2016-06-27 | crypto: sha256-mb - submit/flush routines for AVX2 | Megha Dey | 3 | -0/+584 |
2016-06-27 | crypto: sha256-mb - SHA256 multibuffer job manager and glue code | Megha Dey | 2 | -0/+1038 |