summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: caam - Move debugfs fops into standalone fileHoria Geantă2020-08-216-102/+136
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-14/+14
* crypto: caam/qi2 - add module aliasHoria Geantă2020-07-311-0/+1
* crypto: caam - add more RNG hw error codesHoria Geantă2020-07-311-0/+3
* crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass2020-07-311-2/+1
* crypto: caam - silence .setkey in case of bad key lengthHoria Geantă2020-07-313-3/+3
* crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă2020-07-311-1/+5
* crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă2020-07-311-1/+1
* crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND2020-07-311-3/+8
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-164-8/+14
* crypto: caam - Remove broken arc4 supportHerbert Xu2020-07-162-30/+0
* crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă2020-06-261-4/+6
* crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu2020-06-181-1/+1
* crypto: caam/qi2 - remove redundant assignment to retColin Ian King2020-06-181-2/+0
* crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila2020-06-184-0/+36
* crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov2020-06-181-0/+10
* crypto: caam - fix typosHeinrich Schuchardt2020-06-154-13/+13
* crypto: caam - fix the address of the last entry of S/GIuliana Prodan2020-04-161-1/+1
* crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov2020-03-301-10/+11
* crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov2020-03-305-15/+68
* crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2020-03-302-4/+10
* crypto: caam - check if RNG job failedAndrey Smirnov2020-03-301-6/+15
* crypto: caam - simplify RNG implementationAndrey Smirnov2020-03-301-215/+107
* crypto: caam - drop global context pointer and init_doneAndrey Smirnov2020-03-303-43/+44
* crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov2020-03-301-23/+24
* crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov2020-03-301-2/+2
* crypto: caam - update xts sector size for large input lengthAndrei Botila2020-03-061-2/+14
* crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă2020-03-061-4/+10
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-064-7/+7
* crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan2020-02-221-51/+123
* crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan2020-02-222-24/+114
* crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan2020-02-221-30/+77
* crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-224-8/+101
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-226-50/+30
* crypto: caam - refactor RSA private key _done callbacksIuliana Prodan2020-02-221-43/+18
* crypto: caam - refactor ahash_edesc_allocIuliana Prodan2020-02-221-40/+22
* crypto: caam - refactor ahash_done callbacksIuliana Prodan2020-02-221-66/+22
* crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan2020-02-221-215/+53
* crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2020-02-132-22/+42
* crypto: caam - add support for i.MX8M PlusHoria Geantă2020-01-221-2/+3
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-01-221-1/+1
* crypto: caam - add support for i.MX8M NanoHoria Geantă2020-01-161-4/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-103/+30
* crypto: caam - Add support for i.MX8M MiniAdam Ford2019-12-271-1/+3
* crypto: caam/qi2 - remove double buffering for ahashAndrei Botila2019-12-201-99/+58
* crypto: caam - remove double buffering for ahashAndrei Botila2019-12-201-100/+58