summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04crypto: sun4i-ss - simplify enable/disable of the deviceCorentin Labbe1-31/+46
2019-10-04crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri1-5/+4
2019-10-04crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2-2/+2
2019-10-04crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET1-1/+1
2019-10-04crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2019-10-04crypto: hisilicon - allow compile-testing on x86Arnd Bergmann2-3/+12
2019-10-04crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen3-14/+86
2019-10-04crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela2-0/+23
2019-10-04hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring1-8/+1
2019-10-04crypto: jitter - fix commentsAlexander E. Patrakov1-3/+3
2019-10-04hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring1-8/+1
2019-10-04crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen2-4/+20
2019-10-04crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen3-51/+72
2019-10-04crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen3-37/+134
2019-10-04crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"Pascal van Leeuwen3-15/+74
2019-10-04crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEADPascal van Leeuwen3-23/+91
2019-10-04crypto: inside-secure - Fixed corner case TRC admin RAM probing issuePascal van Leeuwen2-16/+34
2019-10-04crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen1-2/+2
2019-10-04crypto: cavium/nitrox - Fix cbc ciphers self test failuresNagadheeraj Rottela2-34/+103
2019-10-04crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipherNagadheeraj Rottela1-3/+36
2019-10-04hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren1-26/+16
2019-10-04hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren1-53/+73
2019-10-04hwrng: omap3-rom - Update to use standard driver dataTony Lindgren1-15/+30
2019-10-04hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren1-0/+1
2019-10-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-10-04hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren4-13/+49
2019-10-04ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS deviceTony Lindgren1-1/+1
2019-10-04crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBCPascal van Leeuwen3-0/+144
2019-10-04crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBCPascal van Leeuwen3-0/+144
2019-10-04crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBCPascal van Leeuwen3-0/+41
2019-10-04crypto: inside-secure - Add CRYPTO_SHA3 to CRYPTO_DEV_SAFEXCELPascal van Leeuwen1-0/+1
2019-10-04crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen3-13/+436
2019-10-04crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen3-0/+364
2019-10-04crypto: inside-secure - Add SM4 based authenc AEAD ciphersuitesPascal van Leeuwen3-14/+274
2019-10-04crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel1-1/+1
2019-10-04crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen2-0/+35
2019-10-04crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen3-0/+53
2019-10-04crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-04crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen2-0/+110
2019-10-04crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-04crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-04crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen3-0/+97
2019-10-04crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen2-0/+62
2019-10-04crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen3-0/+72
2019-10-04crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen3-0/+73
2019-10-04crypto: inside-secure - Add CRYPTO_CHACHA20POLY1305 to CRYPTO_DEV_SAFEXCELPascal van Leeuwen1-0/+1
2019-10-04crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen3-24/+263
2019-10-04crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen3-1/+86
2019-10-04hwrng: npcm - add NPCM RNG driverTomer Maimon3-0/+200
2019-10-04dt-binding: hwrng: add NPCM RNG documentationTomer Maimon1-0/+12