aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyGravatar Kim Phillips 1-11/+0
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsGravatar Kim Phillips 1-4/+3
2011-07-15crypto: talitos - don't set done notification in hot pathGravatar Kim Phillips 1-3/+3
2011-07-15crypto: talitos - ensure request ordering within a single tfmGravatar Kim Phillips 1-9/+14
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-14/+15
2010-09-23crypto: talitos - sparse check endian fixesGravatar Kim Phillips 1-12/+11
2010-09-23crypto: talitos - fix checkpatch warningGravatar Kim Phillips 1-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionGravatar Kim Phillips 1-0/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-37/+40
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferGravatar Lee Nipper 1-1/+5
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeGravatar Lee Nipper 1-37/+40
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-47/+652
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-19crypto: talitos - add support for sha224Gravatar Kim Phillips 1-9/+72
2010-05-19crypto: talitos - add hash algorithmsGravatar Lee Nipper 1-18/+526
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsGravatar Lee Nipper 1-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Gravatar Lee Nipper 1-18/+21
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-17crypto: Make Open Firmware device id constantGravatar Márton Németh 1-1/+1
2009-08-13crypto: talitos - add support for 36 bit addressingGravatar Kim Phillips 1-29/+40
2009-08-13crypto: talitos - align locks on cache linesGravatar Kim Phillips 1-83/+58
2009-08-13crypto: talitos - simplify hmac data size calculationGravatar Kim Phillips 1-5/+3
2009-06-02crypto: talitos - Avoid unnecessary decrypt checkGravatar Kim Phillips 1-2/+1
2009-06-02crypto: talitos - containerof related codingstyleGravatar Kim Phillips 1-10/+16
2009-06-02crypto: talitos - Whitespace/codingstyle/overrun lines cleanupGravatar Kim Phillips 1-47/+48
2009-06-02crypto: talitos - Add ablkcipher algorithmsGravatar Lee Nipper 1-38/+342
2009-06-02crypto: talitos - scaffolding for new algorithm typesGravatar Lee Nipper 1-116/+129
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletGravatar Lee Nipper 1-13/+7
2008-12-25crypto: talitos - Preempt overflow interrupts off-by-one fixGravatar Vishnu Suresh 1-1/+1
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveGravatar Kim Phillips 1-44/+83
2008-12-25crypto: talitos - Implement done interrupt mitigationGravatar Lee Nipper 1-8/+22
2008-12-25crypto: talitos - Pass correct interrupt status to error handlerGravatar Kim Phillips 1-9/+3
2008-11-30fix talitosGravatar Al Viro 1-2/+2
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVGravatar Kim Phillips 1-2/+4
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableGravatar Lee Nipper 1-15/+39
2008-07-17crypto: talitos - sparse fixGravatar Kim Phillips 1-1/+1
2008-07-17crypto: talitos - Stop leaking memory in error pathGravatar Kim Phillips 1-2/+7
2008-07-17crypto: talitos - Fix GFP flag usageGravatar Kim Phillips 1-2/+4
2008-07-17crypto: talitos - Preempt overflow interruptsGravatar Kim Phillips 1-5/+22
2008-07-17crypto: talitos - Correct dst != src case handlingGravatar Lee Nipper 1-1/+1
2008-07-17crypto: talitos - Remove calls to of_node_putGravatar Lee Nipper 1-5/+0
2008-07-10crypto: talitos - Add support for sha256 and md5 variantsGravatar Lee Nipper 1-12/+99
2008-07-10crypto: talitos - Use proper form for algorithm driver namesGravatar Herbert Xu 1-2/+2
2008-07-10crypto: talitos - Add support for 3desGravatar Lee Nipper 1-25/+68
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverGravatar Kim Phillips 1-0/+1467