summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-19crypto: x86/sha256-ni - rename some register aliasesEric Biggers
2024-04-19crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers
2024-04-19crypto: qat - implement dh fallback for primes > 4KDamian Muszynski
2024-04-19crypto: x86/aes-xts - access round keys using single-byte offsetsEric Biggers
2024-04-19crypto: octeontx2 - add missing check for dma_map_singleChen Ni
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang
2024-04-12crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang
2024-04-12crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang
2024-04-12crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang
2024-04-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
2024-04-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
2024-04-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger
2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger
2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger
2024-04-12crypto: tegra - Add Tegra Security Engine driverAkhil R
2024-04-12gpu: host1x: Add Tegra SE to SID tableAkhil R
2024-04-12dt-bindings: crypto: Add Tegra Security EngineAkhil R
2024-04-12padata: Disable BH when taking works lock on MT pathHerbert Xu
2024-04-12crypto: ccp - drop platform ifdef checksArnd Bergmann
2024-04-12crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King
2024-04-12crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov
2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers
2024-04-05x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen