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