summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: lib - add module license to libsha1Eric Biggers2022-07-201-0/+3
* crypto: lib - make the sha1 library optionalEric Biggers2022-07-155-1/+8
* crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2022-07-153-1/+3
* crypto: fips - make proc files report fips module name and versionVladis Dronov2022-07-152-5/+51
* crypto: x86/blowfish - remove redundant assignment to variable nytesColin Ian King2022-07-151-2/+2
* crypto: sa2ul - Check engine status before enablingAndrew Davis2022-07-152-8/+8
* crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis2022-07-151-1/+9
* crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea2022-07-151-3/+1
* crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea2022-07-151-3/+1
* crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-152-4/+5
* crypto: s5p-sss - Drop if with an always false conditionUwe Kleine-König2022-07-151-3/+0
* crypto: omap-sham - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
* crypto: omap-des - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
* crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
* crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
* crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
* crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
* crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can2022-07-151-0/+2
* crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-153-1/+2928
* crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-154-0/+765
* crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin2022-07-081-21/+100
* crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz2022-07-081-9/+9
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-07-082-8/+8
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
* crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie2022-07-081-1/+1
* crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-1/+4
* crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-16/+24
* crypto: vmx - Fix warning on p8_ghash_algHerbert Xu2022-07-081-0/+1
* crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2022-07-082-4/+115
* crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu2022-07-083-27/+28
* crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu2022-07-081-1/+40
* crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu2022-07-088-1/+151
* crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai2022-06-301-0/+1
* crypto: testmgr - fix version number of RSA testslei he2022-06-301-3/+3
* crypto: vmx - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
* crypto: caam - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
* crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-302-2/+2
* crypto: cavium - fix typos in commentsJiang Jian2022-06-301-1/+1
* crypto: arm64/aes-neon - Fix typo in commentJilin Yuan2022-06-301-1/+1
* crypto: ux500/hash - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
* crypto: nx - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
* crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-06-301-3/+3
* crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi2022-06-241-7/+7
* crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara2022-06-243-9/+4
* crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-243-6/+75
* crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky2022-06-241-1/+1
* crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye2022-06-171-7/+8
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-06-171-0/+1
* crypto: hisilicon/qm - modify event irq processingWeili Qian2022-06-172-51/+99
* crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian2022-06-173-49/+27