summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-08crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin1-21/+100
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz1-9/+9
2022-07-08crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2-11/+11
2022-07-08crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie1-1/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He1-1/+4
2022-07-08crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He1-16/+24
2022-07-08crypto: vmx - Fix warning on p8_ghash_algHerbert Xu1-0/+1
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2-4/+115
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu3-27/+28
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu1-1/+40
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu8-1/+151
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai1-0/+1
2022-06-30crypto: testmgr - fix version number of RSA testslei he1-3/+3
2022-06-30crypto: vmx - drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-30crypto: caam - drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian2-2/+2
2022-06-30crypto: cavium - fix typos in commentsJiang Jian1-1/+1
2022-06-30crypto: arm64/aes-neon - Fix typo in commentJilin Yuan1-1/+1
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian1-1/+1
2022-06-30crypto: nx - drop unexpected word "the"Jiang Jian1-1/+1
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld1-3/+3
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi1-7/+7
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara3-9/+4
2022-06-24crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin3-6/+75
2022-06-24crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky1-1/+1
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye1-7/+8
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov1-0/+1
2022-06-17crypto: hisilicon/qm - modify event irq processingWeili Qian2-51/+99
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian3-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian1-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeWeili Qian1-1/+1
2022-06-17MAINTAINERS: update HiSilicon ZIP and QM maintainersZhou Wang1-3/+12
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu1-2/+2
2022-06-10crypto: octeontx2 - fix potential null pointer accessShijith Thotton1-3/+12
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld15-624/+76
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld6-1/+7
2022-06-10crypto: octeontx2 - add firmware version in devlink infoShijith Thotton3-3/+42
2022-06-10crypto: ccp - fix typo in commentJulia Lawall1-1/+1
2022-06-10crypto: hisilicon/sec - fix typos in commentJulia Lawall1-2/+2
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry5-10/+38
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry4-0/+560
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry6-0/+581
2022-06-10crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry2-68/+185
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry3-66/+168
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry3-82/+266
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry6-0/+1278
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry7-0/+412
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry6-0/+901
2022-06-10crypto: atmel-ecc - Remove duplicated error reporting in .remove()Uwe Kleine-König1-2/+10