summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-i2c - avoid defines prefixed with CONFIGLukas Bulwahn2023-01-202-2/+2
* crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick2023-01-203-45/+45
* crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn2023-01-201-4/+4
* crypto: stm32 - Use accelerated readsl/writeslLinus Walleij2023-01-201-26/+11
* crypto: aspeed - Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-01-201-1/+1
* crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko2023-01-201-4/+17
* crypto: aead - fix inaccurate documentationArd Biesheuvel2023-01-201-10/+10
* crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel2023-01-202-5/+5
* crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel2023-01-201-38/+107
* crypto: p10-aes-gcm - Revert implementationHerbert Xu2023-01-187-6330/+0
* crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland2023-01-132-1/+2
* dt-bindings: crypto: sun8i-ce: Add compatible for D1Samuel Holland2023-01-131-8/+25
* dt-bindings: bus: add documentation for Aspeed AHBCNeal Liu2023-01-131-0/+37
* dt-bindings: crypto: add documentation for Aspeed ACRYNeal Liu2023-01-132-1/+50
* ARM: dts: aspeed: Add ACRY/AHBC device controller nodeNeal Liu2023-01-131-0/+13
* crypto: aspeed - Add ACRY RSA driverNeal Liu2023-01-133-0/+841
* crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel2023-01-131-18/+4
* crypto: p10-aes-gcm - A perl script to process PowerPC assembler sourceDanny Tsen2023-01-131-0/+229
* crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-01-131-0/+370
* crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-01-131-0/+3846
* crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-01-131-0/+1519
* crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-01-131-0/+345
* crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-01-132-0/+21
* crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-065-0/+1251
* crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-066-1/+1752
* crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-063-15/+23
* crypto: x86/aria - add keystream array into request ctxTaehee Yoo2023-01-061-13/+26
* crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes2023-01-061-1/+8
* crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-1/+1
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-0613-71/+111
* crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange2023-01-061-0/+2
* crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange2023-01-061-1/+0
* crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange2023-01-061-1/+0
* crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-069-34/+16
* crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange2023-01-061-0/+7
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-064-11/+21
* crypto: caam - Avoid GCC memset bug warningHerbert Xu2023-01-061-1/+2
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-01-061-1/+2
* crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu2022-12-301-3/+22
* crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn2022-12-301-4/+3
* crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann2022-12-301-1/+1
* crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-303-6/+6
* crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu2022-12-301-8/+6
* crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga2022-12-302-0/+2
* crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-302-5/+24
* crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-302-8/+8
* crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers2022-12-301-3/+3
* crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
* crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss2022-12-301-1/+1