commit | 8628e7c89075834fc7b44629d09ff4f9043af114 | [log] [tgz] |
---|---|---|
author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | Mon May 03 11:10:59 2010 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon May 03 11:10:59 2010 +0800 |
tree | ac9e440a8452e13a56243714009ba8c6a110da2e | |
parent | ee5500c45c4860a84bba502c6d9ef5af6395dad6 [diff] |
crypto: omap - sha1 & md5 driver Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. - implements async crypto API using dma and cpu. - supports multiple sham instances if available - hmac - concurrent requests Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>