aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2-4/+5
2022-06-30crypto: caam - drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian2-2/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-1/+279
2022-05-23crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum3-0/+186
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum3-3/+19
2022-05-06crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal5-1/+261
2022-04-29crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam1-0/+18
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain3-0/+12
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li1-1/+1
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle2-4/+18
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones2-1/+5
2021-02-10crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong1-2/+2
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-20crypto: caam/qi - simplify error path for context allocationHoria Geantă1-4/+4
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă3-5/+6
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan2-1/+11
2020-11-03crypto: caam: Replace in_irq() usage.Sebastian Andrzej Siewior1-8/+4
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior1-1/+2
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