summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu1-6/+8
2017-02-27crypto: api - Add crypto_requires_off helperHerbert Xu1-1/+6
2017-02-27crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-02-27crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend ...Geert Uytterhoeven1-0/+2
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGeorge Cherian2-3/+5
2017-02-23crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig1-2/+0
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice1-1/+0
2017-02-15crypto: cavium - fix Kconfig dependenciesArnd Bergmann1-1/+2
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian1-2/+2
2017-02-15crypto: doc - fix typoGilad Ben-Yossef1-1/+1
2017-02-15hwrng: omap - update Kconfig help descriptionRussell King1-2/+2
2017-02-15crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel1-2/+1
2017-02-15crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel1-8/+10
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă1-55/+52
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă1-29/+48
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă1-1/+6
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2-252/+102
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă1-17/+1
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă1-62/+71
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2-112/+88
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă1-2/+42
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă1-4/+4
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus1-8/+9
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2-10/+24
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă2-3/+0
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook1-3/+2
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen1-5/+22
2017-02-15crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen1-5/+5
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook3-2/+10
2017-02-11crypto: brcm - Add Broadcom SPU driverRob Rice12-0/+9516
2017-02-11crypto: brcm - DT documentation for Broadcom SPU hardwareRob Rice1-0/+22
2017-02-11crypto: cavium - Enable CPT options crypto for buildGeorge Cherian3-0/+9
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian8-1/+2581
2017-02-11crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian7-0/+1774
2017-02-11hwrng: cavium - Use per device name to allow for multiple devices.David Daney1-1/+5
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann2-15/+15
2017-02-11crypto: atmel - refine Kconfig dependenciesArnd Bergmann1-4/+5
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel8-34/+70
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel2-2/+267
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2-137/+245
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2-0/+67
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel3-0/+393
2017-02-11crypto: aes-generic - drop alignment requirementArd Biesheuvel1-32/+32