Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | crypto: omap - remove unused #include <linux/version.h> | Huang Weiyi | |
Remove unused #include <linux/version.h>('s) in drivers/crypto/omap-sham.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
2010-05-03 | crypto: omap - sha1 & md5 driver | Dmitry Kasatkin | |
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> |