summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-5/+8
* crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-311-16/+20
* crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring2018-03-231-1/+0
* crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe2018-03-091-22/+63
* crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe2018-03-091-88/+44
* crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe2018-02-081-0/+4
* crypto: talitos - move to generic async completionGilad Ben-Yossef2017-11-031-33/+5
* crypto: talitos - avoid useless copyLEROY Christophe2017-10-121-14/+22
* crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe2017-10-121-13/+126
* crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe2017-10-121-23/+57
* crypto: talitos - DMA map key in setkey()LEROY Christophe2017-10-121-17/+39
* crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe2017-10-121-22/+20
* crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe2017-10-121-35/+21
* crypto: talitos - don't check the number of channels at each interruptLEROY Christophe2017-10-121-12/+15
* crypto: talitos - use devm_ioremap()LEROY Christophe2017-10-121-3/+5
* crypto: talitos - use of_property_read_u32()LEROY Christophe2017-10-121-16/+5
* crypto: talitos - use devm_kmalloc()LEROY Christophe2017-10-121-18/+12
* crypto: talitos - declare local functions staticLEROY Christophe2017-10-121-2/+2
* crypto: talitos - zeroize the descriptor with memset()LEROY Christophe2017-10-121-18/+1
* crypto: talitos - fix ctr-aes-talitosLEROY Christophe2017-10-121-1/+1
* crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe2017-10-121-2/+2
* crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe2017-10-121-0/+5
* crypto: talitos - fix setkey to check key weaknessLEROY Christophe2017-10-121-0/+8
* crypto: talitos - fix memory corruption on SEC2LEROY Christophe2017-10-121-14/+28
* crypto: talitos - fix AEAD test failuresLEROY Christophe2017-10-121-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
OpenPOWER on IntegriCloud