summaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-05crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-21crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-09-21crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-09-21crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-1/+0
2019-09-21crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-09-21crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-09-21crypto: talitos - check AES key sizeChristophe Leroy1-0/+14
2019-08-04crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-08-04crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-08-04crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-07-21crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-01-23crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-23crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-19/+7
2018-05-09crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-20/+21
2018-02-25crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+5
2017-12-14crypto: talitos - fix ctr-aes-talitosLEROY Christophe1-1/+1
2017-12-14crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe1-2/+2
2017-12-14crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe1-0/+5
2017-12-14crypto: talitos - fix setkey to check key weaknessLEROY Christophe1-0/+8
2017-12-14crypto: talitos - fix memory corruption on SEC2LEROY Christophe1-14/+28
2017-12-14crypto: talitos - fix AEAD test failuresLEROY Christophe1-5/+4
2017-10-05crypto: talitos - fix hashingLEROY Christophe1-1/+1
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-08crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe1-0/+180
2016-06-08crypto: talitos - implement cra_priorityLEROY Christophe1-1/+5
2016-06-08crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe1-8/+0
2016-06-08crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe1-85/+124
2016-06-08crypto: talitos - making mapping helpers more genericLEROY Christophe1-137/+93
2016-06-08crypto: talitos - move mapping helpers before IPSEC functionsLEROY Christophe1-122/+122
2016-06-08crypto: talitos - using helpers for all talitos_ptr operationsLEROY Christophe1-25/+34
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-30/+57
2016-04-25crypto: talitos - fix ahash algorithms registrationHoria Geant?1-0/+64
2016-04-20crypto: talitos - fix AEAD tcrypt testsHoria Geant?1-16/+30
2016-04-20crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann1-14/+27
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