summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-22crypto: ccree - fix typos in error msgsHadar Gat1-2/+2
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus3-99/+3
2020-01-22crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav1-3/+2
2020-01-22crypto: chtls - Corrected function call contextVinay Kumar Yadav1-15/+15
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-01-16crypto: hisilicon - add branch prediction macroZaibo Xu1-22/+22
2020-01-16crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2-38/+32
2020-01-16crypto: hisilicon - Bugfixed tfm leakZaibo Xu2-13/+18
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu4-24/+620
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu1-35/+61
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu2-6/+10
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu1-26/+28
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu3-93/+59
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu2-29/+36
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu2-6/+6
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu3-14/+14
2020-01-16tee: amdtee: remove redundant NULL check for poolRijo Thomas1-2/+1
2020-01-16tee: amdtee: rename err label to err_device_unregisterRijo Thomas1-2/+2
2020-01-16tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas1-1/+3
2020-01-16tee: amdtee: print error message if tee not presentRijo Thomas1-3/+4
2020-01-16tee: amdtee: remove unused variable initializationRijo Thomas2-14/+14
2020-01-16crypto: vmx - reject xts inputs that are too shortDaniel Axtens1-0/+3
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă1-4/+4
2020-01-16crypto: sun8i-ce - remove dead codeCorentin Labbe2-13/+0
2020-01-16crypto: sun8i-ce - fix removal of moduleCorentin Labbe1-2/+2
2020-01-16crypto: amlogic - fix removal of moduleCorentin Labbe1-2/+2
2020-01-16crypto: sun8i-ss - fix removal of moduleCorentin Labbe1-2/+2
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-11/+21
2020-01-09crypto: exynos-rng - Rename Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal1-5/+5
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsChristian Lamparter1-6/+6
2020-01-09crypto: crypto4xx - reduce memory fragmentationChristian Lamparter1-14/+13
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers13-122/+14
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers1-24/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers39-288/+79
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers2-2/+0
2020-01-09crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2020-01-09crypto: artpec6 - return correct error code for failed setkey()Eric Biggers1-1/+1
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann3-11/+21
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas2-0/+17
2020-01-04tee: add AMD-TEE driverRijo Thomas9-1/+1333
2020-01-04tee: allow compilation of tee subsystem for AMD CPUsRijo Thomas1-1/+1
2019-12-27crypto: qce - allow building only hashes/ciphersEneas U de Queiroz4-125/+193
2019-12-27crypto: qce - initialize fallback only for AESEneas U de Queiroz1-3/+14
2019-12-27crypto: qce - update the skcipher IVEneas U de Queiroz1-0/+2
2019-12-27crypto: qce - save a sg table slot for result bufEneas U de Queiroz3-5/+8
2019-12-27crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz1-5/+8