1. 24c7bf0 crypto: caam - fix typos by Heinrich Schuchardt · 4 years, 9 months ago
  2. 55b3209 crypto: caam - fix the address of the last entry of S/G by Iuliana Prodan · 5 years ago
  3. 80994e3 crypto: caam - fix use-after-free KASAN issue for RSA algorithms by Iuliana Prodan · 5 years ago
  4. 63db32e6 crypto: caam - fix use-after-free KASAN issue for HASH algorithms by Iuliana Prodan · 5 years ago
  5. 5ed1e8b crypto: caam - fix use-after-free KASAN issue for AEAD algorithms by Iuliana Prodan · 5 years ago
  6. 5af4e8d crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms by Iuliana Prodan · 5 years ago
  7. ea53756 crypto: caam - limit single JD RNG output to maximum of 16 bytes by Andrey Smirnov · 5 years ago
  8. 358ba76 crypto: caam - enable prediction resistance in HRWNG by Andrey Smirnov · 5 years ago
  9. 551ce72 crypto: caam - invalidate entropy register during RNG initialization by Andrey Smirnov · 5 years ago
  10. 32107e4 crypto: caam - check if RNG job failed by Andrey Smirnov · 5 years ago
  11. 2c5e88d crypto: caam - simplify RNG implementation by Andrey Smirnov · 5 years ago
  12. 1517f63 crypto: caam - drop global context pointer and init_done by Andrey Smirnov · 5 years ago
  13. 8483c83 crypto: caam - use struct hwrng's .init for initialization by Andrey Smirnov · 5 years ago
  14. f0ac02c crypto: caam - allocate RNG instantiation descriptor with GFP_DMA by Andrey Smirnov · 5 years ago
  15. 3f142b6 crypto: caam - update xts sector size for large input length by Andrei Botila · 5 years ago
  16. 3a5a9e1 crypto: caam/qi2 - fix chacha20 data size error by Horia Geantă · 5 years ago
  17. 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  18. 21b014f crypto: caam - add crypto_engine support for HASH algorithms by Iuliana Prodan · 5 years ago
  19. bf53795 crypto: caam - add crypto_engine support for RSA algorithms by Iuliana Prodan · 5 years ago
  20. 1c240226 crypto: caam - add crypto_engine support for AEAD algorithms by Iuliana Prodan · 5 years ago
  21. ee38767 crypto: caam - support crypto_engine framework for SKCIPHER algorithms by Iuliana Prodan · 5 years ago
  22. 4d370a1 crypto: caam - change return code in caam_jr_enqueue function by Iuliana Prodan · 5 years ago
  23. d53e44f crypto: caam - refactor RSA private key _done callbacks by Iuliana Prodan · 5 years ago
  24. 2ba1e79 crypto: caam - refactor ahash_edesc_alloc by Iuliana Prodan · 5 years ago
  25. c3f7394 crypto: caam - refactor ahash_done callbacks by Iuliana Prodan · 5 years ago
  26. b7f17fe crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions by Iuliana Prodan · 5 years ago
  27. 1114441 crypto: caam/qi - optimize frame queue cleanup by Valentin Ciocoi Radulescu · 5 years ago
  28. 7e2b89f crypto: caam - add support for i.MX8M Plus by Horia Geantă · 5 years ago
  29. 53146d1 crypto: caam/qi2 - fix typo in algorithm's driver name by Horia Geantă · 5 years ago
  30. 2a2fbf2 crypto: caam - add support for i.MX8M Nano by Horia Geantă · 5 years ago
  31. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  32. 112e7b7 crypto: caam - Add support for i.MX8M Mini by Adam Ford · 5 years ago
  33. 76e2277 crypto: caam/qi2 - remove double buffering for ahash by Andrei Botila · 5 years ago
  34. 46b49ab crypto: caam - remove double buffering for ahash by Andrei Botila · 5 years ago
  35. 7278fa2 crypto: caam - do not reset pointer size from MCFGR register by Iuliana Prodan · 5 years ago
  36. 2452cfd crypto: Kconfig - Fix indentation by Krzysztof Kozlowski · 5 years ago
  37. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  38. 51d13aa crypto: caam - populate platform devices last by Andrey Smirnov · 5 years ago
  39. 1a1c4f0 crypto: caam - use devres to populate platform devices by Andrey Smirnov · 5 years ago
  40. f414de2 crypto: caam - use devres to de-initialize QI by Andrey Smirnov · 5 years ago
  41. e57acaf crypto: caam - use devres to de-initialize the RNG by Andrey Smirnov · 5 years ago
  42. eceb5da crypto: caam - use devres to remove debugfs by Andrey Smirnov · 5 years ago
  43. 66e93b2 crypto: caam - use devres to unmap memory by Andrey Smirnov · 5 years ago
  44. eff9771 crypto: caam - use mapped_{src,dst}_nents for descriptor by Iuliana Prodan · 5 years ago
  45. 9575d1a crypto: caam - Cast to long first before pointer conversion by Herbert Xu · 6 years ago
  46. f2ef960 crypto: caam - dispose of IRQ mapping only after IRQ is freed by Andrey Smirnov · 6 years ago
  47. 549077d crypto: caam - check irq_of_parse_and_map for errors by Andrey Smirnov · 6 years ago
  48. 05d2a75 crypto: caam - use devres to unmap JR's registers by Andrey Smirnov · 6 years ago
  49. 796114f crypto: caam - make sure clocks are enabled first by Andrey Smirnov · 6 years ago
  50. 6796c02 crypto: caam - add clock entry for i.MX8MQ by Andrey Smirnov · 6 years ago
  51. a672705 crypto: caam - always select job ring via RSR on i.MX8MQ by Andrey Smirnov · 6 years ago
  52. a1cf573 crypto: caam - select DMA address size at runtime by Andrey Smirnov · 6 years ago
  53. dff3680 crypto: caam - don't hardcode inpentry size by Andrey Smirnov · 6 years ago
  54. 6c5f898 crypto: caam - drop explicit usage of struct jr_outentry by Andrey Smirnov · 6 years ago
  55. e27d962 crypto: caam - move cpu_to_caam_dma() selection to runtime by Andrey Smirnov · 6 years ago
  56. 1a3daad crypto: caam - make CAAM_PTR_SZ dynamic by Andrey Smirnov · 6 years ago
  57. 3a0944c crypto: caam - share definition for MAX_SDLEN by Andrey Smirnov · 6 years ago
  58. 6e05542 crypto: caam - drop 64-bit only wr/rd_reg64() by Andrey Smirnov · 6 years ago
  59. 393d2d0 crypto: caam - use ioread64*_hi_lo in rd_reg64 by Andrey Smirnov · 6 years ago
  60. 9f5db8b crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64 by Andrey Smirnov · 6 years ago
  61. d488dfd crypto: caam - request JR IRQ as the last step by Andrey Smirnov · 6 years ago
  62. a6c4194 crypto: caam - convert caam_jr_init() to use devres by Andrey Smirnov · 6 years ago
  63. 51e002e crypto: caam - simplfy clock initialization by Andrey Smirnov · 6 years ago
  64. 70c0cda crypto: caam - move DMA mask selection into a function by Andrey Smirnov · 6 years ago
  65. 671e503 crypto: caam/qi - use print_hex_dump_debug function to print debug messages by Iuliana Prodan · 6 years ago
  66. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 6 years ago
  67. a628c5a crypto: caam/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  68. c9fbcf6 crypto: caam/qi - execute library only on DPAA 1.x by Horia Geantă · 6 years ago
  69. 0435d47 crypto: caam - change return value in case CAAM has no MDHA by Iuliana Prodan · 6 years ago
  70. 58068cf crypto: caam - unregister algorithm only if the registration succeeded by Iuliana Prodan · 6 years ago
  71. 4e3a61c crypto: caam - execute module exit point only if necessary by Iuliana Prodan · 6 years ago
  72. c59a1d4 crypto: caam - free resources in case caam_rng registration failed by Iuliana Prodan · 6 years ago
  73. e9b4913 crypto: caam - fix MDHA key derivation for certain user key lengths by Horia Geantă · 6 years ago
  74. a2fb864 crypto: caam - keep both virtual and dma key addresses by Horia Geantă · 6 years ago
  75. d28a43e crypto: caam - update rfc4106 sh desc to support zero length input by Iuliana Prodan · 6 years ago
  76. 31bb2f0 crypto: caam - check zero-length input by Iuliana Prodan · 6 years ago
  77. fcd23ed crypto: caam - check assoclen by Iuliana Prodan · 6 years ago
  78. 68a5139 crypto: caam - check authsize by Iuliana Prodan · 6 years ago
  79. 836d8f4 crypto: caam - check key length by Iuliana Prodan · 6 years ago
  80. 1ccb39e crypto: caam - update IV only when crypto operation succeeds by Horia Geantă · 6 years ago
  81. 1984aae crypto: caam - fix return code in completion callbacks by Horia Geantă · 6 years ago
  82. 51fab3d crypto: caam/qi - fix error handling in ERN handler by Horia Geantă · 6 years ago
  83. 48f89d2 crypto: caam - fix concurrency issue in givencrypt descriptor by Horia Geantă · 6 years ago
  84. 176435a crypto: caam - defer probing until QMan is available by Horia Geantă · 6 years ago
  85. 1c0ab40 crypto: caam/qi2 - Add printing dpseci fq stats using debugfs by Vakul Garg · 6 years ago
  86. 6ed0109 crypto: caam/qi2 - Increase napi budget to process more caam responses by Vakul Garg · 6 years ago
  87. cc2a58f crypto: drivers - Use kmemdup rather than duplicating its implementation by Fuqian Huang · 6 years ago
  88. 334d37c crypto: caam - update IV using HW support by Horia Geantă · 6 years ago
  89. 059d73e crypto: caam - use len instead of nents for bulding HW S/G table by Horia Geantă · 6 years ago
  90. bdb275b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  91. 385cfc8 crypto: caam - disable some clock checks for iMX7ULP by Iuliana Prodan · 6 years ago
  92. ed527b1 crypto: caam - limit output IV to CBC to work around CTR mode DMA issue by Ard Biesheuvel · 6 years ago
  93. 3b2614c crypto: caam - strip input without changing crypto request by Iuliana Prodan · 6 years ago
  94. c3725f7 crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input by Iuliana Prodan · 6 years ago
  95. 8a82451 crypto: caam - print messages in caam_dump_sg at debug level by Sascha Hauer · 6 years ago
  96. 6e00550 crypto: caam - print debug messages at debug level by Sascha Hauer · 6 years ago
  97. 32f75e6 crypto: caam - remove unused defines by Sascha Hauer · 6 years ago
  98. f6b99b6 crypto: caam - print IV only when non NULL by Sascha Hauer · 6 years ago
  99. bb992bc crypto: caam - print debugging hex dumps after unmapping by Sascha Hauer · 6 years ago
  100. a7cd942 crypto: caam/qi - DMA map keys using proper device by Horia Geantă · 6 years ago