aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Christophe2-12/+19
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 Christophe2-20/+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-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter3-0/+165
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter3-0/+216
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter5-73/+230
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter3-68/+15
2017-10-12crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2-15/+21
2017-10-12crypto: crypto4xx - fix various warningsChristian Lamparter1-13/+3
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter3-124/+103
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter4-56/+64
2017-10-12crypto: crypto4xx - add backlog queue supportChristian Lamparter2-9/+41
2017-10-12crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter1-5/+5
2017-10-12crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter1-2/+2
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter1-1/+1
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter1-0/+1
2017-10-12crypto: bcm - pr_err() strings should end with newlinesArvind Yadav1-7/+7
2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav1-6/+6
2017-10-12crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-12crypto: virtio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-12crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-07crypto: bcm - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE3-15/+6
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-10-07crypto: omap - return -ENOMEM on allocation failure.Allen1-1/+1
2017-10-07crypto:ccp - invoke the DMA callback in a standard wayamd1-3/+1
2017-10-07crypto: ccp - unmap pages and remove unmap objects in callbackamd1-0/+1
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi1-55/+46
2017-09-22crypto: drop unnecessary return statementsGeliang Tang3-4/+0
2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha3-12/+3
2017-09-22crypto: inside-secure - remove null check before kfreeHimanshu Jha1-4/+2
2017-09-22crypto: n2 - remove null check before kfreeHimanshu Jha1-8/+4
2017-09-22crypto: padlock-sha - constify x86_cpu_idArvind Yadav1-1/+1
2017-09-22crypto: padlock-aes - constify x86_cpu_idArvind Yadav1-1/+1
2017-09-22crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter3-68/+59
2017-09-22crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter1-8/+9
2017-09-22crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2-5/+3
2017-09-22crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter1-96/+30