aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King1-1/+1
2017-06-19crypto: sun4i-ss - fix large block size supportAntoine Ténart1-0/+18
2017-06-19crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagAntoine Ténart1-5/+10
2017-06-19crypto: sun4i-ss - move from ablkcipher to skcipher APIAntoine Ténart3-224/+221
2017-06-19crypto: sun4i-ss - use GENMASK to generate masksAntoine Ténart1-3/+6
2017-06-19crypto: sun4i-ss - simplify the appended bit assignmentAntoine Ténart1-6/+2
2017-06-19crypto: sun4i-ss - simplify the pad length calculationAntoine Ténart1-17/+12
2017-06-19crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Antoine Ténart1-2/+1
2017-06-19crypto: sun4i-ss - cannot use DMA is the request is 0 lengthAntoine Ténart1-1/+1
2017-06-19crypto: sun4i-ss - use lower/upper_32_bits helpersAntoine Ténart1-6/+6
2017-06-19crypto: sun4i-ss - remove conditional checks against 0Antoine Ténart3-39/+39
2017-06-19crypto: sun4i-ss - group variable definitions in sun4i_hash()Antoine Ténart1-20/+11
2017-06-19crypto: algapi - Use pr_err common logging style.Karim Eshapa1-1/+1
2017-06-19crypto: doc - Fixed bugs, added example usage of calc_hash().Kamil Konieczny1-10/+28
2017-06-19crypto: glue_helper - Delete some dead codeDan Carpenter1-3/+0
2017-06-19crypto: aes_ti - fix comment for MixColumns stepEric Biggers1-1/+1
2017-06-19crypto: mediatek - drop .owner field in mtk_crypto_driverGeliang Tang1-1/+0
2017-06-19crypto: cavium - Add more algorithmsGeorge Cherian1-0/+81
2017-06-19crypto: cavium - Remove the individual encrypt/decrypt function for each algorithmGeorge Cherian2-77/+83
2017-06-19crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to dev_dbgGeorge Cherian1-1/+1
2017-06-19crypto: ccp - return NULL instead of 0pjambhlekar1-2/+2
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook5-3/+395
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2017-06-10dt-bindings: crypto: remove mediatek ethif clockRyder Lee1-5/+3
2017-06-10crypto: mediatek - remove redundant clock settingRyder Lee2-11/+1
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2-11/+112
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus5-4/+80
2017-06-10crypto: cavium - Register the CNN55XX supported crypto algorithms.Srikanth Jampala5-1/+544
2017-06-10crypto: cavium - Add debugfs support in CNN55XX driver.Srikanth Jampala3-0/+143
2017-06-10crypto: cavium - Add support for CNN55XX adapters.Srikanth Jampala13-0/+4002
2017-06-10X.509: Fix error code in x509_cert_parse()Dan Carpenter1-0/+1
2017-06-10crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-06-10crypto: pkcs1pad - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-8/+2
2017-06-10crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-3/+2
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus1-5/+6
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-4/+3
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-1/+1
2017-06-10crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus1-5/+6
2017-06-10crypto: dh - fix memleak in setkeyTudor-Dan Ambarus1-0/+3
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus3-7/+7
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus3-25/+22
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus3-21/+11
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus8-17/+19
2017-06-10MAINTAINERS: add a maintainer for the Inside Secure crypto driverAntoine Ténart1-0/+6
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart8-0/+3280
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo1-1/+1
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo1-2/+7