summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers2024-04-123-203/+132
* X.509: Introduce scope-based x509_certificate allocationLukas Wunner2024-04-124-49/+30
* crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang2024-04-121-4/+1
* crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang2024-04-121-6/+5
* crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang2024-04-121-1/+3
* crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang2024-04-123-36/+32
* crypto: hisilicon/qm - Add the default processing branchChenghai Huang2024-04-121-0/+3
* crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang2024-04-121-3/+3
* crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang2024-04-121-4/+1
* crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang2024-04-121-3/+18
* crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang2024-04-121-1/+2
* crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi2024-04-121-2/+2
* crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger2024-04-122-0/+4
* crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger2024-04-121-1/+13
* crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-123-0/+184
* crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger2024-04-121-6/+6
* crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger2024-04-121-1/+1
* crypto: ecc - Add NIST P521 curve parametersStefan Berger2024-04-123-0/+48
* crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger2024-04-121-1/+4
* crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-122-1/+27
* crypto: ecc - Add nbits field to ecc_curve structureStefan Berger2024-04-123-0/+11
* crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger2024-04-121-1/+1
* crypto: ecdsa - Adjust tests on length of key parametersStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-122-5/+30
* crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger2024-04-121-6/+6
* crypto: tegra - Add Tegra Security Engine driverAkhil R2024-04-129-0/+4171
* gpu: host1x: Add Tegra SE to SID tableAkhil R2024-04-121-0/+24
* dt-bindings: crypto: Add Tegra Security EngineAkhil R2024-04-122-0/+104
* padata: Disable BH when taking works lock on MT pathHerbert Xu2024-04-121-4/+4
* crypto: ccp - drop platform ifdef checksArnd Bergmann2024-04-121-12/+2
* crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King2024-04-121-1/+1
* crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov2024-04-121-3/+0
* crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov2024-04-121-2/+2
* crypto: jitter - Replace http with httpsThorsten Blum2024-04-051-1/+1
* crypto: jitter - Remove duplicate word in commentThorsten Blum2024-04-051-1/+1
* crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2024-04-052-0/+41
* crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2024-04-052-0/+25
* crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2024-04-052-0/+31
* crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2024-04-052-2/+209
* crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2024-04-052-1/+802
* x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers2024-04-051-0/+10
* crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen2024-04-051-0/+2
* crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-051-1/+0
* crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum2024-04-051-2/+1
* dt-bindings: crypto: ti,omap-sham: Convert to dtschemaAnimesh Agarwal2024-04-052-28/+56
* crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-052-6/+11
* hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König2024-04-021-4/+5