summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - OP-TEE firmware supportHoria GeantA2023-04-143-1/+26
* crypto: caam - reduce page 0 regs access to minimumHoria GeantA2023-04-147-58/+84
* crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET2023-03-311-2/+4
* crypto: caam - remove unnecessary (void*) conversionsYu Zhe2023-03-241-1/+1
* crypto: caam/jr - add .shutdown hookGaurav Jain2023-03-241-0/+6
* drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta2023-03-141-10/+45
* crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* crypto: caam - Use ahash_request_completeHerbert Xu2023-01-272-6/+6
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-0613-71/+111
* crypto: caam - Avoid GCC memset bug warningHerbert Xu2023-01-061-1/+2
* crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss2022-12-301-1/+1
* 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