aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01crypto: axis - remove sha384 support for artpec7Lars Persson1-105/+2
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe1-2/+2
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing1-2/+2
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber1-1/+1
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-16/+6
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-29/+7
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-28/+8
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-41/+11
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+0
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-31/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-58/+0
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă3-24/+47
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan3-33/+139
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers16-27/+32
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers2-46/+0
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta1-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta2-7/+5
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef1-1/+2
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef1-3/+3
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef1-1/+2
2019-01-25crypto: ccree - remove legacy leftoverHadar Gat1-2/+0
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat1-4/+4
2019-01-25crypto: ccree - add error messageHadar Gat1-1/+4
2019-01-25crypto: ccree - improve error handlingHadar Gat1-39/+35
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela1-4/+6
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-0/+4
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-77/+63
2019-01-18crypto: brcm - Fix some set-but-not-used warningYueHaibing1-5/+1
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei1-3/+3
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing1-2/+0
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing1-2/+4
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing1-0/+6
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter3-0/+92
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan3-17/+232
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan1-1/+6
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan1-1/+2
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary9-9/+9
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă3-11/+6
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter1-1/+1
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă3-1/+11
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2-31/+14
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain12-88/+86
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1