summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2019-10-232-306/+149
| * | | crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing2019-10-181-4/+1
| * | | crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King2019-10-181-1/+1
| * | | crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2019-10-102-25/+34
| * | | crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-10-101-23/+30
| * | | crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-37/+12
| * | | crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann2019-10-101-0/+2
| * | | crypto: hisilicon - Add debugfs for HPREZaibo Xu2019-10-102-2/+460
| * | | crypto: hisilicon - add SRIOV support for HPREZaibo Xu2019-10-102-7/+133
| * | | crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu2019-10-106-0/+1702
| * | | crypto: hisilicon - misc fix about sglZhou Wang2019-10-101-18/+22
| * | | crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang2019-10-101-15/+68
| * | | crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan2019-10-103-2/+28
| * | | crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2019-10-107-84/+58
| * | | crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2019-10-052-35/+45
| * | | crypto: sun4i-ss - enable pm_runtimeCorentin Labbe2019-10-056-19/+97
| * | | crypto: sun4i-ss - simplify enable/disable of the deviceCorentin Labbe2019-10-051-31/+46
| * | | crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri2019-10-051-5/+4
| * | | crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2019-10-052-2/+2
| * | | crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET2019-10-051-1/+1
| * | | crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2019-10-051-1/+2
| * | | crypto: hisilicon - allow compile-testing on x86Arnd Bergmann2019-10-052-3/+12
| * | | crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen2019-10-053-14/+86
| * | | crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela2019-10-052-0/+23
| * | | crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen2019-10-052-4/+20
| * | | crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen2019-10-053-51/+72
| * | | crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen2019-10-053-37/+134
| * | | crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"Pascal van Leeuwen2019-10-053-15/+74
| * | | crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEADPascal van Leeuwen2019-10-053-23/+91
| * | | crypto: inside-secure - Fixed corner case TRC admin RAM probing issuePascal van Leeuwen2019-10-052-16/+34
| * | | crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen2019-10-051-2/+2
| * | | crypto: cavium/nitrox - Fix cbc ciphers self test failuresNagadheeraj Rottela2019-10-052-34/+103
| * | | crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipherNagadheeraj Rottela2019-10-051-3/+36
| * | | crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBCPascal van Leeuwen2019-10-053-0/+144
| * | | crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBCPascal van Leeuwen2019-10-053-0/+144
| * | | crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBCPascal van Leeuwen2019-10-053-0/+41
| * | | crypto: inside-secure - Add CRYPTO_SHA3 to CRYPTO_DEV_SAFEXCELPascal van Leeuwen2019-10-051-0/+1
| * | | crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen2019-10-053-13/+436
| * | | crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen2019-10-053-0/+364
| * | | crypto: inside-secure - Add SM4 based authenc AEAD ciphersuitesPascal van Leeuwen2019-10-053-14/+274
| * | | crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen2019-10-053-0/+53
| * | | crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+97
| * | | crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen2019-10-053-0/+72
| * | | crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen2019-10-053-0/+73
| * | | crypto: inside-secure - Add CRYPTO_CHACHA20POLY1305 to CRYPTO_DEV_SAFEXCELPascal van Leeuwen2019-10-051-0/+1
| * | | crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen2019-10-053-24/+263
| * | | crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen2019-10-053-1/+86