summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy
2021-01-29crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang
2021-01-29crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang
2021-01-29crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel
2021-01-22crypto: keembay - use 64-bit arithmetic for computing bit_lenOvidiu Panait
2021-01-22crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld
2021-01-22crypto: octeontx2 - register with linux crypto frameworkSrujana Challa
2021-01-22crypto: octeontx2 - add support to process the crypto requestSrujana Challa
2021-01-22crypto: octeontx2 - add virtual function driver supportSrujana Challa
2021-01-22crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa
2021-01-22crypto: octeontx2 - add LF frameworkSrujana Challa
2021-01-22crypto: octeontx2 - load microcode and create engine groupsSrujana Challa
2021-01-22crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa
2021-01-22crypto: octeontx2 - add mailbox communication with AFSrujana Challa
2021-01-22crypto: marvell - add Marvell OcteonTX2 CPT PF driverSrujana Challa
2021-01-22crypto: arm64/sha - add missing module aliasesArd Biesheuvel
2021-01-22crypto: bcm - Fix sparse warningsHerbert Xu
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-14crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAYDaniele Alessandrelli
2021-01-14crypto: keembay-ocs-hcu - Fix a WARN() messageDan Carpenter
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel