summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2021-09-261-1/+1
* crypto: talitos - reduce max key size for SEC1Christophe Leroy2021-09-221-0/+4
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-12-291-3/+3
* crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin2020-06-201-1/+1
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-10-051-0/+1
* crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-09-191-1/+2
* crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-09-191-14/+17
* crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-09-191-1/+0
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-09-191-0/+16
* crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-09-191-1/+1
* crypto: talitos - check AES key sizeChristophe Leroy2019-09-191-0/+14
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-07-311-1/+4
* crypto: talitos - properly handle split ICV.Christophe Leroy2019-07-311-11/+15
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-07-311-0/+4
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-07-211-8/+8
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-231-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-231-19/+7
* crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-05-091-20/+21
* crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe2018-02-251-0/+5
* crypto: talitos - fix ctr-aes-talitosLEROY Christophe2017-12-141-1/+1
* crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe2017-12-141-2/+2
* crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe2017-12-141-0/+5
* crypto: talitos - fix setkey to check key weaknessLEROY Christophe2017-12-141-0/+8
* crypto: talitos - fix memory corruption on SEC2LEROY Christophe2017-12-141-14/+28
* crypto: talitos - fix AEAD test failuresLEROY Christophe2017-12-141-5/+4
* crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe2017-09-201-1/+2
* crypto: talitos - fix hashingLEROY Christophe2017-09-201-1/+1
* crypto: talitos - fix sha224LEROY Christophe2017-09-201-2/+2
* crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks2017-06-191-1/+6
* crypto: talitos - fix spelling mistakeColin Ian King2016-11-131-1/+1
* crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe2016-06-081-0/+180
* crypto: talitos - implement cra_priorityLEROY Christophe2016-06-081-1/+5
* crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe2016-06-081-8/+0
* crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe2016-06-081-85/+124
* crypto: talitos - making mapping helpers more genericLEROY Christophe2016-06-081-137/+93
* crypto: talitos - move mapping helpers before IPSEC functionsLEROY Christophe2016-06-081-122/+122
* crypto: talitos - using helpers for all talitos_ptr operationsLEROY Christophe2016-06-081-25/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-281-30/+57
|\
| * crypto: talitos - fix AEAD tcrypt testsHoria Geant?2016-04-201-16/+30
| * crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann2016-04-201-14/+27
* | crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-04-251-0/+64
|/
* crypto: talitos - add new crypto modesLEROY Christophe2015-12-041-0/+83
* crypto: talitos - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-7/+34
* crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir2015-11-161-1/+1
* crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-86/+18
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\
| * crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0
* | crypto: talitos - Prevent panic in probe error pathAaron Sierra2015-08-101-2/+11
* | crypto: talitos - Convert to new AEAD interfaceHerbert Xu2015-08-041-329/+277
|/