summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers
2024-04-26hwrng: stm32 - repair clock handlingMarek Vasut
2024-04-26hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut
2024-04-26hwrng: stm32 - use logical OR in conditionalMarek Vasut
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger
2024-04-26crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger
2024-04-26crypto: tegra - Fix some error codesDan Carpenter
2024-04-26dt-bindings: crypto: starfive: Restore sort orderGeert Uytterhoeven
2024-04-26crypto: qat - validate slices count returned by FWLucas Segarra Fernandez
2024-04-26crypto: aead,cipher - zeroize key buffer after useHailey Mothershead
2024-04-26crypto: arm64/aes-ce - Simplify round key load sequenceArd Biesheuvel
2024-04-26crypto: tegra - Convert to platform remove callback returning voidUwe Kleine-König
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers
2024-04-19crypto: x86/aes-xts - eliminate a few more instructionsEric Biggers
2024-04-19crypto: x86/aes-xts - handle AES-128 and AES-192 more efficientlyEric Biggers
2024-04-19crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()Eric Biggers
2024-04-19crypto: x86/aes-xts - handle CTS encryption more efficientlyEric Biggers
2024-04-19crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré
2024-04-19crypto: qat - improve error logging to be consistent across featuresAdam Guerin
2024-04-19crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin
2024-04-19crypto: x86/sha256-ni - simplify do_4roundsEric Biggers
2024-04-19crypto: x86/sha256-ni - optimize code sizeEric Biggers
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