summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-20crypto: caam/qi - simplify error path for context allocationHoria Geantă
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan
2020-11-03crypto: caam: Replace in_irq() usage.Sebastian Andrzej Siewior
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila
2020-10-02crypto: caam/qi - add support for XTS with 16B IVAndrei Botila
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila
2020-10-02crypto: caam/qi - add support for more XTS key lengthsAndrei Botila
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila
2020-10-02crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila
2020-09-25crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă
2020-07-31crypto: caam - add more RNG hw error codesHoria Geantă
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă
2020-07-31crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila
2020-06-18crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov
2020-06-15crypto: caam - fix typosHeinrich Schuchardt
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov