aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01crypto: axis - move request unmap outside of the queue lockVincent Whitchurch1-4/+4
2019-02-01crypto: axis - use a constant time tag compareLars Persson1-3/+3
2019-02-01crypto: axis - support variable AEAD tag lengthLars Persson1-10/+25
2019-02-01crypto: axis - give DMA the start of the status bufferLars Persson1-4/+7
2019-02-01crypto: axis - fix for recursive locking from bottom halfLars Persson1-5/+23
2019-02-01crypto: axis - remove sha512 support for artpec7Lars Persson1-117/+9
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-02-01crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()YueHaibing1-4/+3
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers25-49/+55
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers2-46/+0
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-01-25crypto: chacha20poly1305 - use template array registering API to simplify the codeXiongfeng Wang1-23/+14
2019-01-25crypto: ctr - use template array registering API to simplify the codeXiongfeng Wang1-28/+14
2019-01-25crypto: gcm - use template array registering API to simplify the codeXiongfeng Wang1-50/+23
2019-01-25crypto: ccm - use template array registering API to simplify the codeXiongfeng Wang1-55/+23
2019-01-25crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang2-0/+29
2019-01-25crypto: morus - Convert to SPDX license identifiersThomas Gleixner2-10/+2
2019-01-25crypto: aegis - Convert to SPDX license identifiersThomas Gleixner3-15/+3
2019-01-25crypto: morus - Cleanup license messThomas Gleixner3-18/+3
2019-01-25crypto: aegis - Cleanup license messThomas Gleixner1-6/+1
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-18crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers2-6491/+1235
2019-01-18crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption testsEric Biggers1-1/+29
2019-01-18crypto: testmgr - add gcm(aes) decryption tests to encryption testsEric Biggers1-0/+105
2019-01-18crypto: testmgr - add ccm(aes) decryption tests to encryption testsEric Biggers1-1/+196
2019-01-18crypto: testmgr - skip AEAD encryption test vectors with novrfy setEric Biggers1-0/+5
2019-01-18crypto: af_alg - remove redundant initializations of sk_familyEric Biggers1-3/+0
2019-01-18crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()Eric Biggers1-5/+5
2019-01-18crypto: af_alg - make some functions staticEric Biggers2-20/+7
2019-01-18crypto: stat - remove unused mutexEric Biggers1-2/+0