summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-14/+14
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă-0/+1
2020-07-31crypto: caam - add more RNG hw error codesHoria Geantă-0/+3
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass-2/+1
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă-3/+3
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă-1/+5
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă-1/+1
2020-07-31crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND-3/+8
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-8/+14
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu-30/+0
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă-4/+6
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu-1/+1
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King-2/+0
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila-0/+36
2020-06-18crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov-0/+10
2020-06-15crypto: caam - fix typosHeinrich Schuchardt-13/+13
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan-1/+3
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov-6/+15
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov-2/+2
2020-03-06crypto: caam - update xts sector size for large input lengthAndrei Botila-2/+14
2020-03-06crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă-4/+10
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva-7/+7
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan-51/+123
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan-24/+114
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan-30/+77
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan-8/+101
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan-50/+30
2020-02-22crypto: caam - refactor RSA private key _done callbacksIuliana Prodan-43/+18
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan-40/+22
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan-66/+22
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan-215/+53
2020-02-13crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu-22/+42
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă-2/+3
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă-1/+1
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă-4/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-103/+30
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford-1/+3
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila-99/+58
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila-100/+58
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan-4/+2