summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-121-1/+2
* crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-121-2/+4
* 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: algboss - remove redundant setting of len to zeroColin Ian King2017-10-071-1/+0Star
* crypto: omap - return -ENOMEM on allocation failure.Allen2017-10-071-1/+1
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2017-10-072-1/+21
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2017-10-072-1/+44
* padata: set cpu_index of unused CPUs to -1Mathias Krause2017-10-071-1/+7
* crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka2017-10-071-11/+6Star
* 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-228-13/+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
* dt/bindings: exynos-rng: Move dt binding documentation to bindings/cryptoPrasannaKumar Muralidharan2017-09-222-1/+1
* hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan2017-09-221-7/+0Star
* crypto: aesni - Use GCM IV size constantCorentin LABBE2017-09-221-3/+4
* crypto: gcm - Use GCM IV size constantCorentin LABBE2017-09-221-11/+12
* 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/+5Star
* 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/+4Star
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* crypto: gcm - add GCM IV size constantCorentin LABBE2017-09-221-0/+8
* crypto: mediatek - Add empty messages check in GCM modeRyder Lee2017-09-221-0/+5
* crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-223-1/+86
* crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-225-0/+379
* crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 st...Colin Ian King2017-09-221-1/+2
* crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2Star