aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+4
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin1-0/+5
2011-06-30crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin1-1/+3
2011-06-30crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin1-1/+0
2011-06-30crypto: omap-sham - irq and dma handling changesDmitry Kasatkin1-13/+27
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin1-15/+9
2011-06-30crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin1-2/+1
2011-06-30crypto: omap-sham - move some flags to device contextDmitry Kasatkin1-13/+6
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin1-16/+13
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin1-50/+52
2011-06-30crypto: omap-sham - remove unused codeDmitry Kasatkin1-5/+0
2011-06-30crypto: omap-sham - remove extra referenceDmitry Kasatkin1-1/+1
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin1-40/+31
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin1-1/+2
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin1-2/+0
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa1-1/+1
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles1-2/+2
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin1-4/+3
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin1-26/+21
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin1-3/+8
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo1-1/+5
2010-05-26crypto: omap - remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-03crypto: omap - sha1 & md5 driverDmitry Kasatkin1-0/+1259