summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - fix the cache_len computationAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - fix the extra cache computationAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart2018-02-221-2/+1Star
* crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson2018-02-221-0/+1
* crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE2018-02-151-0/+6
* crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE2018-02-151-29/+902
* crypto: qat - Make several functions staticColin Ian King2018-02-151-3/+6
* crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-151-1/+1
* crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King2018-02-151-4/+4
* crypto: stm32/hash - rework padding lengthLionel Debieve2018-02-151-1/+1
* crypto: stm32/hash - fix performance issuesLionel Debieve2018-02-151-2/+6
* crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve2018-02-151-5/+6
* crypto: caam/qi - add GCM supportHoria Geantă2018-02-151-0/+374
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-153-25/+183
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-152-3/+20
* crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE2018-02-151-8/+21
* crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
* crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-153-11/+11
* crypto: omap - convert to new crypto engine APICorentin LABBE2018-02-153-12/+36
* crypto: ccree - add FIPS supportGilad Ben-Yossef2018-02-155-2/+176
* crypto: ccree - add AEAD supportGilad Ben-Yossef2018-02-157-1/+3710
* crypto: ccree - add ahash supportGilad Ben-Yossef2018-02-157-3/+2686
* crypto: ccree - add skcipher supportGilad Ben-Yossef2018-02-157-2/+1339
* crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef2018-02-1522-0/+3784
* crypto: bfin_crc - Add empty hash export and importKamil Konieczny2018-02-151-0/+12
* crypto: ux500/hash - Add empty export and importKamil Konieczny2018-02-151-0/+18
* crypto: n2 - Add empty hash export and importKamil Konieczny2018-02-151-0/+12
* crypto: mxs-dcp - Add empty hash export and importKamil Konieczny2018-02-151-0/+14
* crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny2018-02-151-3/+9
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-123-5/+13
|\
| * crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov2018-02-081-2/+2
| * crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov2018-02-081-1/+1
| * crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-081-2/+6
| * crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe2018-02-081-0/+4
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-107-1/+1015
|\ \
| * \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-015-45/+134
| |\ \
| * | | crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh2017-12-041-0/+97
| * | | crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-041-0/+81
| * | | crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh2017-12-041-0/+66
| * | | crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh2017-12-041-0/+3
| * | | crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh2017-12-041-0/+16
| * | | crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh2017-12-041-0/+18
| * | | crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh2017-12-041-1/+76
| * | | crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-044-0/+381
| * | | crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-047-1/+277
| * | | crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov2017-12-041-0/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3147-907/+3440
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: picoxcell - Fix error handling in spacc_probe()Alexey Khoroshilov2018-01-251-10/+17
| * | | crypto: artpec6 - remove select on non-existing CRYPTO_SHA384Corentin LABBE2018-01-251-1/+0Star
| * | | crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)2018-01-251-3/+1Star