summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-223-12/+3Star
| * crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-221-4/+2Star
| * crypto: n2 - remove null check before kfreeHimanshu Jha2017-09-221-8/+4Star
| * crypto: padlock-sha - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
| * crypto: padlock-aes - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
| * crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-223-68/+59Star
| * crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2017-09-221-8/+9
| * crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-222-5/+3Star
| * crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30Star
| * crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-224-0/+177
| * crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter2017-09-225-99/+39Star
| * crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter2017-09-223-9/+9
| * crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter2017-09-221-1/+0Star
| * crypto: crypto4xx - remove extern statement before function declarationChristian Lamparter2017-09-221-24/+24
| * crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter2017-09-221-1/+3
| * crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter2017-09-223-23/+1Star
| * crypto: crypto4xx - remove bad list_delChristian Lamparter2017-09-221-4/+2Star
| * crypto: omap - Use GCM IV size constantCorentin LABBE2017-09-222-5/+7
| * crypto: chelsio - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5