Age | Commit message (Expand) | Author |
2021-03-26 | crypto: caam - Provide the name of the function and provide missing descriptions | Lee Jones |
2021-02-10 | crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE | Jiapeng Chong |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-11-20 | crypto: caam/qi - simplify error path for context allocation | Horia Geantă |
2020-11-06 | crypto: caam - fix printing on xts fallback allocation error path | Horia Geantă |
2020-11-06 | crypto: caam - enable crypto-engine retry mechanism | Iuliana Prodan |
2020-11-03 | crypto: caam: Replace in_irq() usage. | Sebastian Andrzej Siewior |
2020-11-03 | soc/fsl/qbman: Add an argument to signal if NAPI processing is required. | Sebastian Andrzej Siewior |
2020-10-02 | crypto: caam/qi2 - add support for XTS with 16B IV | Andrei Botila |
2020-10-02 | crypto: caam/qi - add support for XTS with 16B IV | Andrei Botila |
2020-10-02 | crypto: caam/jr - add support for XTS with 16B IV | Andrei Botila |
2020-10-02 | crypto: caam - add xts check for block length equal to zero | Andrei Botila |
2020-10-02 | crypto: caam/qi2 - add support for more XTS key lengths | Andrei Botila |
2020-10-02 | crypto: caam/qi - add support for more XTS key lengths | Andrei Botila |
2020-10-02 | crypto: caam/jr - add support for more XTS key lengths | Andrei Botila |
2020-10-02 | crypto: caam/qi2 - add fallback for XTS with more than 8B IV | Andrei Botila |
2020-10-02 | crypto: caam/qi - add fallback for XTS with more than 8B IV | Andrei Botila |
2020-10-02 | crypto: caam/jr - add fallback for XTS with more than 8B IV | Andrei Botila |
2020-09-25 | crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTE | Qinglang Miao |
2020-09-18 | crypto: caam - Simplify with dev_err_probe() | Krzysztof Kozlowski |
2020-09-18 | crypto: caam - Fix kerneldoc | Krzysztof Kozlowski |
2020-09-11 | crypto: caam - use traditional error check pattern | Andy Shevchenko |
2020-08-21 | crypto: caam - Move debugfs fops into standalone file | Horia Geantă |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-07-31 | crypto: caam/qi2 - add module alias | Horia Geantă |
2020-07-31 | crypto: caam - add more RNG hw error codes | Horia Geantă |
2020-07-31 | crypto: caam/jr - remove incorrect reference to caam_jr_register() | Dan Douglass |
2020-07-31 | crypto: caam - silence .setkey in case of bad key length | Horia Geantă |
2020-07-31 | crypto: caam/qi2 - create ahash shared descriptors only once | Horia Geantă |
2020-07-31 | crypto: caam/qi2 - fix error reporting for caam_hash_alloc | Horia Geantă |
2020-07-31 | crypto: caam - remove deadcode on 32-bit platforms | Franck LENORMAND |
2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka |
2020-07-16 | crypto: caam - Remove broken arc4 support | Herbert Xu |
2020-06-26 | crypto: caam/qi2 - fix return code in ahash_finup_no_ctx() | Horia Geantă |
2020-06-18 | crypto: caam - Fix argument type in handle_imx6_err005766 | Herbert Xu |
2020-06-18 | crypto: caam/qi2 - remove redundant assignment to ret | Colin Ian King |
2020-06-18 | crypto: caam/qi2 - add support for dpseci_reset() | Andrei Botila |
2020-06-18 | crypto: caam - add clock info for VFxxx SoCs | Andrey Smirnov |
2020-06-15 | crypto: caam - fix typos | Heinrich Schuchardt |
2020-04-16 | crypto: caam - fix the address of the last entry of S/G | Iuliana Prodan |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for RSA algorithms | Iuliana Prodan |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for HASH algorithms | Iuliana Prodan |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for AEAD algorithms | Iuliana Prodan |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms | Iuliana Prodan |
2020-03-30 | crypto: caam - limit single JD RNG output to maximum of 16 bytes | Andrey Smirnov |
2020-03-30 | crypto: caam - enable prediction resistance in HRWNG | Andrey Smirnov |
2020-03-30 | crypto: caam - invalidate entropy register during RNG initialization | Andrey Smirnov |
2020-03-30 | crypto: caam - check if RNG job failed | Andrey Smirnov |
2020-03-30 | crypto: caam - simplify RNG implementation | Andrey Smirnov |