summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury2021-01-141-1/+1
* crypto: hisilicon/sec - register SEC device to uacceKai Ye2021-01-141-1/+38
* crypto: hisilicon/hpre - register HPRE device to uacceKai Ye2021-01-141-0/+54
* crypto: hisilicon - add ZIP device using mode parameterKai Ye2021-01-143-1/+42
* crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye2021-01-141-0/+6
* crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa2021-01-143-4/+4
* crypto: qat - reduce size of mapped regionAdam Guerin2021-01-141-6/+6
* crypto: qat - change format string and cast ring sizeAdam Guerin2021-01-141-2/+2
* crypto: qat - fix potential spectre issueAdam Guerin2021-01-141-0/+2
* crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba2021-01-146-77/+20
* crypto: aesni - replace function pointers with static branchesArd Biesheuvel2021-01-141-44/+54
* crypto: aesni - refactor scatterlist processingArd Biesheuvel2021-01-141-83/+56
* crypto: aesni - clean up mapping of associated dataArd Biesheuvel2021-01-141-4/+5
* crypto: aesni - drop unused asm prototypesArd Biesheuvel2021-01-141-67/+0
* crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel2021-01-141-12/+16
* crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero2021-01-141-1/+1
* crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu2021-01-141-1/+1