summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - Set DMA alignment explicitlyHerbert Xu2022-12-025-215/+216
* crypto: caam - Use helper to set reqsizeHerbert Xu2022-12-021-1/+2
* crypto: caam - warn if blob_gen key is insecureNikolaus Voss2022-12-022-0/+12
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-152-4/+5
* crypto: caam - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
* crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-302-2/+2
* Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-276-1/+279
|\
| * 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
* | crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum2022-05-233-0/+186
* | crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum2022-05-233-3/+19
|/
* 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