summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger
2024-05-17crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu
2024-05-10crypto: atmel-sha204a - provide the otp contentLothar Rubusch
2024-05-10crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch
2024-05-10crypto: atmel-i2c - rename read functionLothar Rubusch
2024-05-10crypto: atmel-i2c - add missing arg descriptionLothar Rubusch
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum
2024-05-10crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-05-10crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang
2024-05-10crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta
2024-05-10crypto: caam - init-clk based on caam-page0-accessPankaj Gupta
2024-05-10crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho
2024-05-10crypto: starfive - Do not free stack bufferJia Jie Ho
2024-05-10crypto: starfive - Skip unneeded fallback allocationJia Jie Ho
2024-05-10crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho
2024-05-03crypto: hisilicon/sec2 - fix for register offsetWenkai Lin
2024-05-03crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang
2024-05-03crypto: qat - specify firmware files for 402xxGiovanni Cabiddu
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers
2024-04-26crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers
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