summaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-29crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2019-10-05crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-21crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-09-21crypto: talitos - check AES key sizeChristophe Leroy1-0/+13
2019-08-04crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2017-10-05crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-10-05crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-07-21crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2016-06-01crypto: talitos - fix ahash algorithms registrationHoria Geant?1-0/+64
2016-05-05crypto: talitos - fix AEAD tcrypt testsHoria Geant?1-16/+30
2016-05-05crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann1-14/+27
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-24Merge 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-10drivers: clean-up prom.h implicit includesRob Herring1-0/+2