summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: chelsio - Fix memory leakHarsh Jain2017-11-031-4/+4
* crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-033-694/+1109
* crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain2017-11-034-172/+76Star
* crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2017-11-032-2/+10
* crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda2017-11-031-8/+8
* crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2017-11-032-32/+23Star
* crypto: talitos - avoid useless copyLEROY Christophe2017-10-121-14/+22
* crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe2017-10-122-13/+127
* 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/+20Star
* crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe2017-10-121-35/+21Star
* crypto: talitos - don't check the number of channels at each interruptLEROY Christophe2017-10-122-12/+19
* crypto: talitos - use devm_ioremap()LEROY Christophe2017-10-121-3/+5
* crypto: talitos - use of_property_read_u32()LEROY Christophe2017-10-121-16/+5Star
* crypto: talitos - use devm_kmalloc()LEROY Christophe2017-10-121-18/+12Star
* crypto: talitos - declare local functions staticLEROY Christophe2017-10-121-2/+2
* crypto: talitos - zeroize the descriptor with memset()LEROY Christophe2017-10-122-20/+1Star
* 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/+4Star
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-123-0/+165
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-123-0/+216
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-125-73/+230
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-123-68/+15Star
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-122-15/+21
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3Star
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-123-124/+103Star
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-124-56/+64
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-122-9/+41
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-121-5/+5
* crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter2017-10-121-2/+2
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter2017-10-121-0/+1
* crypto: bcm - pr_err() strings should end with newlinesArvind Yadav2017-10-121-7/+7
* crypto: qat - pr_err() strings should end with newlinesArvind Yadav2017-10-121-6/+6
* crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: virtio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: bcm - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2Star
* crypto: omap - use of_device_get_match_dataCorentin LABBE2017-10-073-15/+6Star
* crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2Star
* crypto: omap - return -ENOMEM on allocation failure.Allen2017-10-071-1/+1
* crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1Star
* crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
* crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi2017-09-221-55/+46Star
* crypto: drop unnecessary return statementsGeliang Tang2017-09-223-4/+0Star