summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2012-06-06ENGR00212512: Fix caam build error when being built as moduleTerry Lv
2012-04-28ENGR00180943-14: Update internal definition of hardware link table listSteve Cornelius
2012-04-28ENGR00180943-13: Extend for ARM/iMX6 compatibilitySteve Cornelius
2012-04-28ENGR00180943-12: Extend to include support for ARM targets on iMX6 platformsSteve Cornelius
2012-04-28ENGR00180943-11: Add non-device-tree platform property detectionSteve Cornelius
2012-04-28ENGR00180943-10: Add register I/O primitives for ARM compatibilitySteve Cornelius
2012-04-28ENGR00180943-9: Include referenced for clock controlSteve Cornelius
2012-04-28ENGR00180943-8: Differentiate inclusions for OF versus non-OF platformsSteve Cornelius
2012-04-28ENGR00180943-2: Enable MXC devices to select CAAM driver in KconfigSteve Cornelius
2012-04-28ENGR00180943-1: Backport in current 3.2 code tested on Power for ARMSteve Cornelius
2012-01-09ENGR00141399-3 DCP: add dcp driver supportFrank Li
2011-12-09crypto: mv_cesa - fix hashing of chunks > 1920 bytesPhil Sutter
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips
2011-05-23[S390] ap: skip device registration on type probe failureHolger Dengler
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC casePhil Sutter
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Phil Sutter
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkPhil Sutter
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failPhil Sutter
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupPhil Sutter
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just oncePhil Sutter
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofPhil Sutter
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips
2011-05-04crypto: s390 - add System z hardware support for CTR modeGerald Schaefer
2011-05-04crypto: s390 - cleanup s390 Kconfig optionsJan Glauber
2011-05-04crypto: s390 - add System z hardware support for GHASHGerald Schaefer
2011-05-04crypto: s390 - add System z hardware support for XTS modeGerald Schaefer
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips
2011-05-03crypto: caam - fix queue interface detectionKim Phillips
2011-05-03crypto: caam - handle interrupt lines shared across ringsKim Phillips
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa
2011-04-08crypto: s5p-sss - add S5PV210 advanced crypto engine supportVladimir Zapolskiy
2011-04-08crypto: caam - introduce missing kfreeJulia Lawall
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27crypto: picoxcell - fix possible status FIFO overflowJamie Iles
2011-03-27crypto: padlock - Add SHA-1/256 module for VIA NanoBrilly Wu
2011-03-27crypto: caam - ARRAY_SIZE() vs sizeof()Dan Carpenter
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter