commit | 8275d1aa642295edd34a11a117080384bb9d65c2 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Tue Mar 26 13:59:17 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 25 21:00:57 2013 +0800 |
tree | 60200502662d5fa75b3d4c120cf740a35ea0def2 | |
parent | d34a460092d857f1616e39eed7eac6f40cea2225 [diff] |
crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. We added glue code and config options to create crypto module that uses SSE/AVX/AVX2 optimized SHA256 x86_64 assembly routines. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>