summaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)Author
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin
2011-06-30crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin
2011-06-30crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin
2011-06-30crypto: omap-sham - irq and dma handling changesDmitry Kasatkin
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin
2011-06-30crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin
2011-06-30crypto: omap-sham - move some flags to device contextDmitry Kasatkin
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin
2011-06-30crypto: omap-sham - remove unused codeDmitry Kasatkin
2011-06-30crypto: omap-sham - remove extra referenceDmitry Kasatkin
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo
2010-05-26crypto: omap - remove unused #include <linux/version.h>Huang Weiyi
2010-05-03crypto: omap - sha1 & md5 driverDmitry Kasatkin