summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305_generic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing1-4/+0
2018-10-12crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers1-12/+1
2018-10-08crypto: arm64/aes - fix handling sub-block CTS-CBC inputsEric Biggers1-4/+9
2018-10-08crypto: caam/qi2 - avoid double exportArnd Bergmann1-1/+1
2018-10-08crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2018-10-08crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2018-10-08crypto: mxs-dcp - Implement sha import/exportDan Douglass1-8/+33
2018-10-08crypto: aegis/generic - fix for big endian systemsArd Biesheuvel1-11/+9
2018-10-08crypto: morus/generic - fix for big endian systemsArd Biesheuvel2-17/+6
2018-10-05crypto: lrw - fix rebase error after out of bounds fixArd Biesheuvel1-4/+3
2018-10-05crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala8-263/+162
2018-10-05crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala5-79/+94
2018-10-05crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala1-10/+5
2018-10-05crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala1-4/+6
2018-10-05crypto/morus(640,1280) - make crypto_...-algs staticvaldis.kletnieks@vt.edu2-2/+2
2018-10-05crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann1-0/+1
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel1-33/+31
2018-10-05crypto: ccp - Make function sev_get_firmware() staticWei Yongjun1-1/+2
2018-10-05hwrng: core - document the quality fieldMichael S. Tsirkin2-3/+4
2018-10-05crypto: ccp - Remove forward declarationNathan Chancellor1-28/+25
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel4-243/+2
2018-09-28crypto: cavium - remove redundant null pointer check before kfreezhong jiang1-15/+5
2018-09-28crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala4-129/+127
2018-09-28crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala3-1/+20
2018-09-28crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala5-22/+184
2018-09-28crypto: tcrypt - add OFB functional testsGilad Ben-Yossef1-0/+1
2018-09-28crypto: ofb - add output feedback modeGilad Ben-Yossef3-0/+238
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef4-7/+144
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2-4/+2
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă2-8/+1