summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice
2017-02-15crypto: cavium - fix Kconfig dependenciesArnd Bergmann
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen
2017-02-15crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook
2017-02-11crypto: brcm - Add Broadcom SPU driverRob Rice
2017-02-11crypto: cavium - Enable CPT options crypto for buildGeorge Cherian
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian
2017-02-11crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann
2017-02-11crypto: atmel - refine Kconfig dependenciesArnd Bergmann
2017-02-03crypto: chcr - Fix Smatch ComplaintHarsh Jain
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain
2017-02-03crypto: chcr - Change algo priorityHarsh Jain
2017-02-03crypto: chcr - Change cra_flags for cipher algosHarsh Jain
2017-02-03crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain
2017-02-03crypto: chcr - fix itnull.cocci warningsHarsh Jain
2017-02-03crypto: chcr - Change flow IDsHarsh Jain
2017-02-03crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen
2017-02-03crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen
2017-02-03crypto: atmel-sha - add simple DMA transfersCyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen
2017-02-03crypto: atmel-sha - add SHA_MR_MODE_IDATAR0Cyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen
2017-02-03crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen
2017-02-03crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen