summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-297-1405/+3
| * | crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-296-876/+0
| * | crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-296-494/+1
| * | crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-297-441/+1
| * | crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-297-506/+1
| * | crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu2021-01-295-36/+148
| * | crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy2021-01-291-0/+22
| * | crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy2021-01-292-12/+17
| * | crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang2021-01-291-1/+4
| * | crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang2021-01-291-2/+6
| * | crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang2021-01-291-2/+0
| * | crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
| * | crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
| * | crypto: keembay - use 64-bit arithmetic for computing bit_lenOvidiu Panait2021-01-221-2/+2
| * | crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld2021-01-221-0/+5
| * | crypto: octeontx2 - register with linux crypto frameworkSrujana Challa2021-01-227-2/+1961
| * | crypto: octeontx2 - add support to process the crypto requestSrujana Challa2021-01-2211-1/+1034
| * | crypto: octeontx2 - add virtual function driver supportSrujana Challa2021-01-226-1/+373
| * | crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa2021-01-228-0/+350
| * | crypto: octeontx2 - add LF frameworkSrujana Challa2021-01-227-1/+783
| * | crypto: octeontx2 - load microcode and create engine groupsSrujana Challa2021-01-228-2/+1655
| * | crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa2021-01-224-2/+583
| * | crypto: octeontx2 - add mailbox communication with AFSrujana Challa2021-01-226-2/+236
| * | crypto: marvell - add Marvell OcteonTX2 CPT PF driverSrujana Challa2021-01-227-0/+633
| * | crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-224-0/+9
| * | crypto: bcm - Fix sparse warningsHerbert Xu2021-01-227-40/+48
| * | crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-222-7/+10
| * | crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAYDaniele Alessandrelli2021-01-141-0/+2
| * | crypto: keembay-ocs-hcu - Fix a WARN() messageDan Carpenter2021-01-141-1/+1
| * | crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+8
| * | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-146-243/+0
| * | crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-143-111/+44
| * | crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-142-45/+17
| * | crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
| * | crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-144-157/+61
| * | crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-144-168/+67
| * | crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
| * | crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-142-107/+1
| * | crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-142-104/+1
| * | crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-144-207/+0
| * | crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-145-147/+2
| * | crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-143-76/+1
| * | crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-142-103/+1
| * | crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-146-201/+3
| * | crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-147-416/+1
| * | crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-144-303/+0
| * | crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-143-151/+1
| * | crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-146-305/+1
| * | crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-143-155/+1
| * | crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-146-577/+2