aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: talitos - stop using crypto_ahash::initEric Biggers1-6/+9
2023-10-27crypto: talitos - remove unnecessary alignmask for ahashesEric Biggers1-1/+1
2023-10-27crypto: talitos - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-2/+2
2023-02-13crypto: talitos - Use request_complete helpersHerbert Xu1-2/+2
2023-01-06crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-1/+1
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu1-3/+3
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu1-5/+5
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy1-0/+22
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy1-12/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy1-2/+2
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall1-4/+4
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-39/+78
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-12/+3
2019-11-17crypto: talitos - switch to skcipher APIArd Biesheuvel1-165/+143
2019-10-05crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy1-1/+5
2019-09-20crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-08-22crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu1-1/+0
2019-08-22crypto: talitos/des - switch to new verification routinesArd Biesheuvel1-30/+7
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-196/+172
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy1-3/+0
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy1-30/+0
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy1-1/+1
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy1-14/+1
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy1-6/+5
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy1-104/+54
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy1-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy1-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-04-18crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu1-13/+95
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-24/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-5/+8
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring1-1/+0
2018-03-09crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe1-22/+63
2018-03-09crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe1-88/+44
2018-02-08crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef1-33/+5
2017-10-12crypto: talitos - avoid useless copyLEROY Christophe1-14/+22
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe1-13/+126
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe1-23/+57
2017-10-12crypto: talitos - DMA map key in setkey()LEROY Christophe1-17/+39
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe1-22/+20
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe1-35/+21
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe1-12/+15
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe1-3/+5
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe1-16/+5
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe1-18/+12
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe1-2/+2
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe1-18/+1
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe1-1/+1
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe1-2/+2
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe1-0/+5
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe1-0/+8
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe1-14/+28
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe1-5/+4
2017-09-20crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-09-20crypto: talitos - fix hashingLEROY Christophe1-1/+1
2017-09-20crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King1-1/+1
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
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
2012-08-28crypto: talitos - consolidate cra_type assignmentsKim Phillips1-26/+3
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta1-1/+160
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta1-5/+6
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta1-111/+0
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta1-3/+17
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+1
2011-12-20crypto: talitos - convert talitos_error to struct deviceKim Phillips1-3/+2
2011-12-20crypto: talitos - remove NO_IRQ referencesKim Phillips1-9/+9
2011-12-20crypto: talitos - fix bad kfreeKim Phillips1-4/+4
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-21crypto: talitos - support for channel remap and 2nd IRQKim Phillips1-69/+138
2011-11-21crypto: talitos - prepare driver for channel remap supportKim Phillips1-15/+22
2011-11-21crypto: talitos - be less noisy on startupKim Phillips1-3/+4
2011-11-21crypto: talitos - add hmac algorithmsLee Nipper1-2/+235
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips1-8/+10
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips1-11/+0
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips1-4/+3
2011-07-15crypto: talitos - don't set done notification in hot pathKim Phillips1-3/+3
2011-07-15crypto: talitos - ensure request ordering within a single tfmKim Phillips1-9/+14
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+15
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips1-12/+11
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips1-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips1-0/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-37/+40
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper1-1/+5
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeLee Nipper1-37/+40
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-47/+652
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-19crypto: talitos - add support for sha224Kim Phillips1-9/+72
2010-05-19crypto: talitos - add hash algorithmsLee Nipper1-18/+526
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper1-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Lee Nipper1-18/+21
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-17crypto: Make Open Firmware device id constantMárton Németh1-1/+1
2009-08-13crypto: talitos - add support for 36 bit addressingKim Phillips1-29/+40
2009-08-13crypto: talitos - align locks on cache linesKim Phillips1-83/+58
2009-08-13crypto: talitos - simplify hmac data size calculationKim Phillips1-5/+3
2009-06-02crypto: talitos - Avoid unnecessary decrypt checkKim Phillips1-2/+1
2009-06-02crypto: talitos - containerof related codingstyleKim Phillips1-10/+16
2009-06-02crypto: talitos - Whitespace/codingstyle/overrun lines cleanupKim Phillips1-47/+48
2009-06-02crypto: talitos - Add ablkcipher algorithmsLee Nipper1-38/+342
2009-06-02crypto: talitos - scaffolding for new algorithm typesLee Nipper1-116/+129
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper1-13/+7
2008-12-25crypto: talitos - Preempt overflow interrupts off-by-one fixVishnu Suresh1-1/+1
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveKim Phillips1-44/+83
2008-12-25crypto: talitos - Implement done interrupt mitigationLee Nipper1-8/+22
2008-12-25crypto: talitos - Pass correct interrupt status to error handlerKim Phillips1-9/+3
2008-11-30fix talitosAl Viro1-2/+2
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips1-2/+4
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper1-15/+39
2008-07-17crypto: talitos - sparse fixKim Phillips1-1/+1
2008-07-17crypto: talitos - Stop leaking memory in error pathKim Phillips1-2/+7
2008-07-17crypto: talitos - Fix GFP flag usageKim Phillips1-2/+4
2008-07-17crypto: talitos - Preempt overflow interruptsKim Phillips1-5/+22
2008-07-17crypto: talitos - Correct dst != src case handlingLee Nipper1-1/+1
2008-07-17crypto: talitos - Remove calls to of_node_putLee Nipper1-5/+0