summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal2022-05-065-1/+261
* crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam2022-04-291-0/+18
* treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain2021-12-033-0/+12
* crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li2021-11-201-1/+1
* crypto: caam - disable pkc for non-E SoCsMichael Walle2021-09-242-4/+18
* crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones2021-03-262-1/+5
* crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong2021-02-101-2/+2
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-9/+6
|\
| * crypto: caam: Replace in_irq() usage.Sebastian Andrzej Siewior2020-11-031-8/+4
| * soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior2020-11-031-1/+2
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* | crypto: caam/qi - simplify error path for context allocationHoria Geantă2020-11-201-4/+4
* | crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă2020-11-063-5/+6
* | crypto: caam - enable crypto-engine retry mechanismIuliana Prodan2020-11-062-1/+11
|/
* crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila2020-10-021-5/+10
* crypto: caam/qi - add support for XTS with 16B IVAndrei Botila2020-10-021-4/+8
* crypto: caam/jr - add support for XTS with 16B IVAndrei Botila2020-10-022-15/+24
* crypto: caam - add xts check for block length equal to zeroAndrei Botila2020-10-023-4/+24
* crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila2020-10-021-4/+12
* crypto: caam/qi - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
* crypto: caam/jr - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
* crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila2020-10-023-5/+78
* crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2020-10-022-5/+68
* crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2020-10-022-7/+66
* crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-21/+2
* crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-2/+1
* crypto: caam - Fix kerneldocKrzysztof Kozlowski2020-09-184-8/+11
* crypto: caam - use traditional error check patternAndy Shevchenko2020-09-111-4/+3
* 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