aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta1-3/+17
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+1
2011-12-20crypto: talitos - convert talitos_error to struct deviceKim Phillips1-3/+2
2011-12-20crypto: talitos - remove NO_IRQ referencesKim Phillips1-9/+9
2011-12-20crypto: talitos - fix bad kfreeKim Phillips1-4/+4
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-21crypto: talitos - support for channel remap and 2nd IRQKim Phillips1-69/+138
2011-11-21crypto: talitos - prepare driver for channel remap supportKim Phillips1-15/+22
2011-11-21crypto: talitos - be less noisy on startupKim Phillips1-3/+4
2011-11-21crypto: talitos - add hmac algorithmsLee Nipper1-2/+235
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips1-8/+10
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips1-11/+0
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips1-4/+3
2011-07-15crypto: talitos - don't set done notification in hot pathKim Phillips1-3/+3
2011-07-15crypto: talitos - ensure request ordering within a single tfmKim Phillips1-9/+14
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+15
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips1-12/+11
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips1-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips1-0/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-37/+40
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper1-1/+5
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeLee Nipper1-37/+40
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