summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao2014-02-091-2/+2
* crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-2/+0
* crypto: talitos - fix locating offending descriptor in error pathHoria Geanta2013-12-051-6/+15
* crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-24/+23
* crypto: talitos - corrrectly handle zero-length assoc dataHoria Geanta2013-11-281-5/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-27/+8
|\
| * crypto: talitos - Simplify key parsingMathias Krause2013-10-161-27/+8
* | drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
|/
* crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita2013-07-091-59/+1
* Revert "crypto: talitos - add IPsec ESN support"Horia Geanta2013-03-211-28/+2
* crypto: talitos - convert to use be16_add_cpu()Wei Yongjun2012-10-151-2/+1
* crypto: talitos - add IPsec ESN supportHoria Geanta2012-08-281-2/+28
* crypto: talitos - support for assoc data provided as scatterlistHoria Geanta2012-08-281-51/+125
* crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta2012-08-281-21/+20
* crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta2012-08-281-7/+6
* crypto: talitos - fix icv management on outbound directionHoria Geanta2012-08-281-1/+1
* crypto: talitos - consolidate common cra_* assignmentsKim Phillips2012-08-281-146/+17
* crypto: talitos - consolidate cra_type assignmentsKim Phillips2012-08-281-26/+3
* crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta2012-07-111-1/+160
* crypto: talitos - export the talitos_submit functionHoria Geanta2012-07-111-5/+6
* crypto: talitos - move talitos structures to header fileHoria Geanta2012-07-111-111/+0
* crypto: talitos - properly lock access to global talitos registersHoria Geanta2012-04-091-3/+17
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-0/+1
* crypto: talitos - convert talitos_error to struct deviceKim Phillips2011-12-201-3/+2
* crypto: talitos - remove NO_IRQ referencesKim Phillips2011-12-201-9/+9
* crypto: talitos - fix bad kfreeKim Phillips2011-12-201-4/+4
* crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-301-11/+1
* crypto: talitos - support for channel remap and 2nd IRQKim Phillips2011-11-211-69/+138
* crypto: talitos - prepare driver for channel remap supportKim Phillips2011-11-211-15/+22
* crypto: talitos - be less noisy on startupKim Phillips2011-11-211-3/+4
* crypto: talitos - add hmac algorithmsLee Nipper2011-11-211-2/+235
* crypto: talitos - handle descriptor not found in error pathKim Phillips2011-10-211-8/+10
* crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips2011-07-151-11/+0
* crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips2011-07-151-4/+3
* crypto: talitos - don't set done notification in hot pathKim Phillips2011-07-151-3/+3
* crypto: talitos - ensure request ordering within a single tfmKim Phillips2011-07-151-9/+14
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-10-241-14/+15
|\
| * crypto: talitos - sparse check endian fixesKim Phillips2010-09-231-12/+11
| * crypto: talitos - fix checkpatch warningKim Phillips2010-09-231-2/+1
| * crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips2010-09-231-0/+3
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-041-37/+40
|\
| * crypto: talitos - fix ahash for multiple of blocksizeLee Nipper2010-06-161-37/+40
* | crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper2010-07-191-1/+5
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-47/+652
|\
| * crypto: talitos - add support for sha224Kim Phillips2010-05-191-9/+72
| * crypto: talitos - add hash algorithmsLee Nipper2010-05-191-18/+526
| * crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper2010-05-191-12/+43
| * crypto: talitos - prepare for adding ahash algorithms Lee Nipper2010-05-191-18/+21