aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06crypto: talitos - Remove MD5_BLOCK_SIZEMartin Hicks1-4/+2
2015-03-06crypto: talitos - Simplify per-channel initializationMartin Hicks1-8/+3
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-4/+4
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao1-2/+2
2013-12-30crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-05crypto: talitos - fix locating offending descriptor in error pathHoria Geanta1-6/+15
2013-11-28crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta1-24/+23
2013-11-28crypto: talitos - corrrectly handle zero-length assoc dataHoria Geanta1-5/+16
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-27/+8
2013-10-16crypto: talitos - Simplify key parsingMathias Krause1-27/+8
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1
2013-03-21Revert "crypto: talitos - add IPsec ESN support"Horia Geanta1-28/+2
2012-10-15crypto: talitos - convert to use be16_add_cpu()Wei Yongjun1-2/+1
2012-08-28crypto: talitos - add IPsec ESN supportHoria Geanta1-2/+28
2012-08-28crypto: talitos - support for assoc data provided as scatterlistHoria Geanta1-51/+125
2012-08-28crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta1-21/+20
2012-08-28crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta1-7/+6
2012-08-28crypto: talitos - fix icv management on outbound directionHoria Geanta1-1/+1
2012-08-28crypto: talitos - consolidate common cra_* assignmentsKim Phillips1-146/+17
2012-08-28crypto: talitos - consolidate cra_type assignmentsKim Phillips1-26/+3
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta1-1/+160
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta1-5/+6
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta1-111/+0
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