summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: drop unnecessary return statementsGeliang Tang2017-09-228-13/+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
* 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/+0
* 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/+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: 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/+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: doc - clarify return values for async hash methodsKamil Konieczny2017-09-221-12/+16
* crypto: axis - hide an unused variableArnd Bergmann2017-09-221-2/+2
* crypto: af_alg - update correct dst SGL entryStephan Mueller2017-09-201-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
* crypto: x86/twofish - Fix RBP usageJosh Poimboeuf2017-09-201-6/+6
* crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-36/+39
* crypto: x86/sha256-ssse3 - Fix RBP usageJosh Poimboeuf2017-09-201-8/+7