aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta2014-06-091-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-13/+13
|\
| * caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro2011-07-241-13/+13
* | crypto: caam - ablkcipher supportYuan Kang2011-07-152-0/+511
* | crypto: caam - faster aead implementationYuan Kang2011-07-152-330/+832
* | crypto: caam - structure renamingYuan Kang2011-07-151-21/+43
* | crypto: caam - shorter namesYuan Kang2011-07-151-137/+137
* | crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips2011-06-301-1/+3
|/
* crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips2011-06-301-3/+3
* crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2011-05-192-13/+107
* crypto: caam - remove unused authkeylen from caam_ctxKim Phillips2011-05-191-2/+0
* crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips2011-05-191-4/+22
* crypto: caam - platform_bus_type migrationKim Phillips2011-05-191-5/+4
* crypto: caam - fix printk recursion for long error textsKim Phillips2011-05-042-3/+4
* crypto: caam - remove unused keylen from session contextKim Phillips2011-05-041-2/+0
* crypto: caam - remove duplicate dev_errKim Phillips2011-05-031-1/+0
* crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips2011-05-031-4/+2
* crypto: caam - fix queue interface detectionKim Phillips2011-05-031-1/+1
* crypto: caam - handle interrupt lines shared across ringsKim Phillips2011-05-031-26/+20
* crypto: caam - introduce missing kfreeJulia Lawall2011-04-081-0/+1
* crypto: caam - ARRAY_SIZE() vs sizeof()Dan Carpenter2011-03-271-4/+4
* crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter2011-03-271-1/+1
* crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips2011-03-272-5/+5
* crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips2011-03-2713-0/+4935