summaryrefslogtreecommitdiffstats
path: root/rust (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner4-49/+30
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang1-6/+5
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang3-36/+32
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang1-0/+3
2024-04-12crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang1-3/+3
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang1-1/+2
2024-04-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi1-2/+2
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger2-0/+4
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger1-1/+13
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger3-0/+184
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger1-6/+6
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger1-1/+1
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger3-0/+48
2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger1-1/+4
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2-1/+27
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger3-0/+11
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger1-1/+1
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger1-1/+1
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2-5/+30
2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger1-6/+6
2024-04-12crypto: tegra - Add Tegra Security Engine driverAkhil R9-0/+4171
2024-04-12gpu: host1x: Add Tegra SE to SID tableAkhil R1-0/+24
2024-04-12dt-bindings: crypto: Add Tegra Security EngineAkhil R2-0/+104
2024-04-12padata: Disable BH when taking works lock on MT pathHerbert Xu1-4/+4
2024-04-12crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-04-12crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King1-1/+1
2024-04-12crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov1-3/+0
2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov1-2/+2
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum1-1/+1
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum1-1/+1
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2-0/+41
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2-0/+25
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2-0/+31
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2-2/+209
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2-1/+802
2024-04-05x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers1-0/+10
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen1-0/+2
2024-04-05crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-04-05crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum1-2/+1
2024-04-05dt-bindings: crypto: ti,omap-sham: Convert to dtschemaAnimesh Agarwal2-28/+56
2024-04-05crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-6/+11
2024-04-02hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König1-4/+5
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae2-7/+6