summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA-1/+26
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA-58/+84
2023-03-31crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET-2/+4
2023-03-24crypto: caam - remove unnecessary (void*) conversionsYu Zhe-1/+1
2023-03-24crypto: caam/jr - add .shutdown hookGaurav Jain-0/+6
2023-03-14drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta-10/+45
2023-02-28crypto: caam - Fix edesc/iv ordering mixupHerbert Xu-23/+53
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu-6/+6
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu-71/+111
2023-01-06crypto: caam - Avoid GCC memset bug warningHerbert Xu-1/+2
2022-12-30crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss-1/+1
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu-215/+216
2022-12-02crypto: caam - Use helper to set reqsizeHerbert Xu-1/+2
2022-12-02crypto: caam - warn if blob_gen key is insecureNikolaus Voss-0/+12
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld-1/+0
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski-4/+5
2022-06-30crypto: caam - drop unexpected word 'for' in commentsJiang Jian-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian-2/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+279
2022-05-23crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum-0/+186
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum-3/+19
2022-05-06crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal-1/+261
2022-04-29crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam-0/+18
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-1/+1
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain-0/+12
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li-1/+1
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle-4/+18
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones-1/+5
2021-02-10crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong-2/+2
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-11-20crypto: caam/qi - simplify error path for context allocationHoria Geantă-4/+4
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă-5/+6
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan-1/+11
2020-11-03crypto: caam: Replace in_irq() usage.Sebastian Andrzej Siewior-8/+4
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior-1/+2
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila-5/+10
2020-10-02crypto: caam/qi - add support for XTS with 16B IVAndrei Botila-4/+8
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila-15/+24
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila-4/+24
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila-4/+12
2020-10-02crypto: caam/qi - add support for more XTS key lengthsAndrei Botila-3/+10
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila-3/+10
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila-5/+78
2020-10-02crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila-5/+68
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila-7/+66
2020-09-25crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-21/+2
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski-2/+1
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski-8/+11
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko-4/+3