aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04crypto: talitos - add new crypto modesLEROY Christophe1-0/+83
2015-11-17crypto: talitos - check return value of sg_nents_for_lenLABBE Corentin1-7/+34
2015-11-16crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir1-1/+1
2015-10-01crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin1-86/+18
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams1-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-1/+0
2015-08-10crypto: talitos - Prevent panic in probe error pathAaron Sierra1-2/+11
2015-08-04crypto: talitos - Convert to new AEAD interfaceHerbert Xu1-329/+277
2015-05-13crypto: talitos - static code checker fixesHoria Geant?1-7/+5
2015-05-13crypto: talitos - avoid out of bound scatterlist iteratorHoria Geant?1-2/+2
2015-05-13Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-05-13crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-05-13crypto: talitos - fix size calculation in talitos_edesc_alloc()Dan Carpenter1-2/+2
2015-05-13crypto: talitos - Include internal/aead.hHerbert Xu1-1/+1
2015-04-21crypto: talitos - Add fsl,sec1.0 compatibleLEROY Christophe1-0/+7
2015-04-21crypto: talitos - SEC1 bugs on 0 data hashLEROY Christophe1-0/+24
2015-04-21crypto: talitos - implement scatter/gather copy for SEC1LEROY Christophe1-37/+101
2015-04-21crypto: talitos - adapt interrupts and reset functions to SEC1LEROY Christophe1-55/+172
2015-04-21crypto: talitos - base address for Execution UnitsLEROY Christophe1-28/+55
2015-04-21crypto: talitos - adaptation of talitos_submit() for SEC1LEROY Christophe1-4/+19
2015-04-21crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+LEROY Christophe1-38/+67
2015-04-21crypto: talitos - Add a feature to tag SEC1LEROY Christophe1-0/+3
2015-04-21crypto: talitos - helper function for ptr lenLEROY Christophe1-7/+17
2015-04-21crypto: talitos - remove param 'extent' in map_single_talitos_ptr()LEROY Christophe1-11/+10
2015-04-21crypto: talitos - Add a helper function to clear j_extent fieldLEROY Christophe1-3/+8
2015-04-21crypto: talitos - talitos_ptr renamed ptr for more lisibilityLEROY Christophe1-10/+10
2015-04-21crypto: talitos - Refactor the sg in/out chain allocationLEROY Christophe1-78/+81
2015-04-21crypto: talitos - Use zero entry to init descriptors ptrs to zeroLEROY Christophe1-6/+2
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