aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila1-5/+10
2020-10-02crypto: caam/qi - add support for XTS with 16B IVAndrei Botila1-4/+8
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila2-15/+24
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila3-4/+24
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila1-4/+12
2020-10-02crypto: caam/qi - add support for more XTS key lengthsAndrei Botila1-3/+10
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila1-3/+10
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila3-5/+78
2020-10-02crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2-5/+68
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2-7/+66
2020-09-25crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-21/+2
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski1-2/+1
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski4-8/+11
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko1-4/+3
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă6-102/+136
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-14/+14
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă1-0/+1
2020-07-31crypto: caam - add more RNG hw error codesHoria Geantă1-0/+3
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass1-2/+1
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă3-3/+3
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă1-1/+5
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă1-1/+1
2020-07-31crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND1-3/+8
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka4-8/+14
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă1-4/+6
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu1-1/+1
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King1-2/+0
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila4-0/+36
2020-06-18crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov1-0/+10
2020-06-15crypto: caam - fix typosHeinrich Schuchardt4-13/+13
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan1-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan1-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan1-1/+3
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov1-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov5-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov1-6/+15
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov1-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov3-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov1-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov1-2/+2
2020-03-06crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-03-06crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă1-4/+10
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-7/+7
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan1-51/+123
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan2-24/+114
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan1-30/+77