aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-47/+652
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-19crypto: talitos - add support for sha224Kim Phillips1-9/+72
2010-05-19crypto: talitos - add hash algorithmsLee Nipper1-18/+526
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper1-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Lee Nipper1-18/+21
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-17crypto: Make Open Firmware device id constantMárton Németh1-1/+1
2009-08-13crypto: talitos - add support for 36 bit addressingKim Phillips1-29/+40
2009-08-13crypto: talitos - align locks on cache linesKim Phillips1-83/+58
2009-08-13crypto: talitos - simplify hmac data size calculationKim Phillips1-5/+3
2009-06-02crypto: talitos - Avoid unnecessary decrypt checkKim Phillips1-2/+1
2009-06-02crypto: talitos - containerof related codingstyleKim Phillips1-10/+16
2009-06-02crypto: talitos - Whitespace/codingstyle/overrun lines cleanupKim Phillips1-47/+48
2009-06-02crypto: talitos - Add ablkcipher algorithmsLee Nipper1-38/+342
2009-06-02crypto: talitos - scaffolding for new algorithm typesLee Nipper1-116/+129
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper1-13/+7
2008-12-25crypto: talitos - Preempt overflow interrupts off-by-one fixVishnu Suresh1-1/+1
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveKim Phillips1-44/+83
2008-12-25crypto: talitos - Implement done interrupt mitigationLee Nipper1-8/+22
2008-12-25crypto: talitos - Pass correct interrupt status to error handlerKim Phillips1-9/+3
2008-11-30fix talitosAl Viro1-2/+2
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips1-2/+4
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper1-15/+39
2008-07-17crypto: talitos - sparse fixKim Phillips1-1/+1
2008-07-17crypto: talitos - Stop leaking memory in error pathKim Phillips1-2/+7
2008-07-17crypto: talitos - Fix GFP flag usageKim Phillips1-2/+4
2008-07-17crypto: talitos - Preempt overflow interruptsKim Phillips1-5/+22
2008-07-17crypto: talitos - Correct dst != src case handlingLee Nipper1-1/+1
2008-07-17crypto: talitos - Remove calls to of_node_putLee Nipper1-5/+0
2008-07-10crypto: talitos - Add support for sha256 and md5 variantsLee Nipper1-12/+99
2008-07-10crypto: talitos - Use proper form for algorithm driver namesHerbert Xu1-2/+2
2008-07-10crypto: talitos - Add support for 3desLee Nipper1-25/+68
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips1-0/+1467