summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2014-12-11crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta
2014-12-11crypto: caam - fix typo in dma_mapping_errorHoria Geanta
2014-12-11crypto: caam - Correct the dma mapping for sg tableRuchika Gupta
2014-04-26crypto: caam - Fix key inlining in AEAD shared descriptorsVakul Garg
2014-04-25crypto: caam - remove hardcoded offsets in tls10 encap descriptorTudor Ambarus
2014-04-18crypto: caam - make tls10 descriptors compatible with Era3 and Era2Tudor Ambarus
2014-04-18crypto: caam - fix key typo in gcm descriptorsTudor Ambarus
2014-04-18crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus
2014-03-31crypto: caam - add support for gcm(aes)Tudor Ambarus
2014-03-31crypto: caam - add support for aead null encryptionHoria Geanta
2014-03-31crypto: caam - remove error propagation handlingHoria Geanta
2014-03-31crypto: caam - add missing key_dma unmapHoria Geanta
2014-03-28crypto: caam - fix tls1.0 encrypt for large packetsTudor Ambarus
2014-03-28crypto: caam - fix tls1.0 decrypt for zero pre ICV length caseHoria Geanta
2014-03-28crypto: caam - do not register algorithms for unsupported SEC ErasHoria Geanta
2014-03-28crypto: caam - add support for TLS 1.0 recordHoria Geanta
2014-03-21crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta
2012-09-06crypto: caam - add IPsec ESN supportHoria Geanta
2012-09-06crypto: caam - coccicheck fixesKim Phillips
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips
2012-06-27crypto: caam - chaining supportYuan Kang
2012-06-27crypto: caam - link_tbl renameYuan Kang
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu
2012-01-13crypto: caam - be less noisy on startupKim Phillips
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips
2011-07-15crypto: caam - ablkcipher supportYuan Kang
2011-07-15crypto: caam - faster aead implementationYuan Kang
2011-07-15crypto: caam - structure renamingYuan Kang
2011-07-15crypto: caam - shorter namesYuan Kang
2011-06-29crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips
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