summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski
2022-01-31padata: replace cpumask_weight with cpumask_empty in padata.cYury Norov
2022-01-31crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt
2022-01-31crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye
2022-01-31crypto: hisilicon/sec - use the correct print formatKai Ye
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye
2022-01-31crypto: hisilicon/sec - add some comments for soft fallbackKai Ye
2022-01-31crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye
2022-01-31crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton
2022-01-31crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-01-31crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers
2022-01-31crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-01-31crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-01-31crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2022-01-31crypto: rsa-pkcs1pad - only allow with rsaEric Biggers
2022-01-31crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu
2022-01-31arm64: lib: accelerate crc32_beKevin Bracey
2022-01-31lib/crc32test: correct printed bytes countKevin Bracey
2022-01-31lib/crc32: Make crc32_be weak for arch overrideKevin Bracey
2022-01-31lib/crc32: remove unneeded castsKevin Bracey
2022-01-31crypto: kdf - Select hmac in addition to sha256Herbert Xu
2022-01-31crypto: sun8i-ss - really disable hash on A80Corentin Labbe
2022-01-31crypto: x86 - Convert to SPDX identifierNathan Huckleberry
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven
2022-01-31crypto: ccp - remove redundant ret variableMinghao Chi
2022-01-28crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter
2022-01-28crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang
2022-01-28crypto: sm2 - make dependent on sm3 libraryTianjia Zhang