summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwrng: core - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: bcm - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* crypto: omap - use of_device_get_match_dataCorentin LABBE2017-10-073-15/+6
* crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* 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/+1
* crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
* crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi2017-09-221-55/+46
* crypto: drop unnecessary return statementsGeliang Tang2017-09-223-4/+0
* crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-223-12/+3
* crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-221-4/+2
* crypto: n2 - remove null check before kfreeHimanshu Jha2017-09-221-8/+4
* 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/+59
* 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/+3
* crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30
* 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/+39
* 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/+0
* 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/+1
* crypto: crypto4xx - remove bad list_delChristian Lamparter2017-09-221-4/+2
* hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan2017-09-221-7/+0
* crypto: omap - Use GCM IV size constantCorentin LABBE2017-09-222-5/+7
* crypto: chelsio - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* crypto: mediatek - Use GCM IV size constantCorentin LABBE2017-09-221-1/+2
* crypto: bcm - Use GCM IV size constantCorentin LABBE2017-09-222-6/+5
* crypto: atmel - Use GCM IV size constantCorentin LABBE2017-09-221-2/+3
* crypto: nx - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-221-5/+4
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* crypto: mediatek - Add empty messages check in GCM modeRyder Lee2017-09-221-0/+5
* crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2
* hwrng: pseries - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: nx-842 - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: nx - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: axis - hide an unused variableArnd Bergmann2017-09-221-2/+2
* crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39
* crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-202-2/+2
* 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