Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: sha-mb - mark Multi buffer SHA1 helper cipher | Stephan Mueller | 2015-03-31 | 1 | -2/+5 |
* | crypto: sha1-mb - Syntax error | Ameen Ali | 2015-03-16 | 1 | -1/+1 |
* | crypto: sha-mb - Fix big integer constant sparse warning | Lad, Prabhakar | 2015-02-27 | 1 | -1/+1 |
* | crypto: add missing crypto module aliases | Mathias Krause | 2015-01-13 | 1 | -1/+1 |
* | crypto: sha-mb - remove a bogus NULL check | Dan Carpenter | 2014-11-25 | 1 | -2/+1 |
* | crypto: sha-mb - sha1_mb_alg_state can be static | Fengguang Wu | 2014-08-26 | 1 | -11/+11 |
* | crypto: sha-mb - SHA1 multibuffer job manager and glue code | Tim Chen | 2014-08-25 | 2 | -0/+946 |
* | crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) | Tim Chen | 2014-08-25 | 1 | -0/+472 |
* | crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 | Tim Chen | 2014-08-25 | 3 | -0/+619 |
* | crypto: sha-mb - SHA1 multibuffer algorithm data structures | Tim Chen | 2014-08-25 | 3 | -0/+533 |