1. 6cd4e07 hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  2. bd74b0f hwrng: st - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  3. 64b7bf1 hwrng: pic32 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  4. 5b18f9a hwrng: pasemi - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  5. c7c16c5 hwrng: omap - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  6. fc963e0 hwrng: npcm - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  7. ba14757 hwrng: meson - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  8. 871d030 hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  9. 10304c7 hwrng: hisi - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  10. 3e3c97c hwrng: exynos - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  11. 3e46bd3 hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  12. bc49534 hwrng: atmel - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  13. d156934 hwrng: ka-sa - fix __iomem on registers by Ben Dooks · 5 years ago
  14. d0be072 crypto: powerpc/spe-xts - implement support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  15. 7f725f4 crypto: powerpc - convert SPE AES algorithms to skcipher API by Eric Biggers · 5 years ago
  16. 8255e65 crypto: powerpc - don't set ivsize for AES-ECB by Eric Biggers · 5 years ago
  17. 0d6ecb2 crypto: powerpc - don't unnecessarily use atomic scatterwalk by Eric Biggers · 5 years ago
  18. 5282826 crypto: aegis128 - duplicate init() and final() hooks in SIMD code by Ard Biesheuvel · 5 years ago
  19. 2698bce crypto: aegis128 - avoid function pointers for parameterization by Ard Biesheuvel · 5 years ago
  20. be867f9 hwrng: omap - Fix RNG wait loop timeout by Sumit Garg · 5 years ago
  21. e9fc367 crypto: inside-secure - Made locally used safexcel_pci_remove() static by Pascal van Leeuwen · 5 years ago
  22. 756497c crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=m by Pascal van Leeuwen · 5 years ago
  23. 5b243b6 crypto: hisilicon: Fix misuse of GENMASK macro by Rikard Falkeborn · 5 years ago
  24. 2844367 hwrng: core - Fix use-after-free warning in hwrng_register() by Laurent Vivier · 5 years ago
  25. 4ba8029 crypto: nx - convert AES-CTR to skcipher API by Eric Biggers · 5 years ago
  26. c1e9c38 crypto: nx - convert AES-CBC to skcipher API by Eric Biggers · 5 years ago
  27. bfd9efd crypto: nx - convert AES-ECB to skcipher API by Eric Biggers · 5 years ago
  28. 7740bd5 crypto: nx - don't abuse blkcipher_desc to pass iv around by Eric Biggers · 5 years ago
  29. 713b2e7 crypto: padlock-aes - convert to skcipher API by Eric Biggers · 5 years ago
  30. fabdf25 crypto: s390/des - convert to skcipher API by Eric Biggers · 5 years ago
  31. d00c063 crypto: s390/paes - convert to skcipher API by Eric Biggers · 5 years ago
  32. 7988fb2 crypto: s390/aes - convert to skcipher API by Eric Biggers · 5 years ago
  33. cd5d2f8 crypto: sparc/des - convert to skcipher API by Eric Biggers · 5 years ago
  34. c72a26e crypto: sparc/camellia - convert to skcipher API by Eric Biggers · 5 years ago
  35. 64db5e7 crypto: sparc/aes - convert to skcipher API by Eric Biggers · 5 years ago
  36. fcf801c crypto: chtls - remove the redundant check in chtls_recvmsg() by Yunfeng Ye · 5 years ago
  37. b981744 crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig by Zhou Wang · 5 years ago
  38. 14304da crypto: ux500 - Remove set but not used variable 'cookie' by zhengbin · 5 years ago
  39. b4d0c0a crypto: arm - use Kconfig based compiler checks for crypto opcodes by Ard Biesheuvel · 5 years ago
  40. 4549f7e crypto: geode-aes - convert to skcipher API and make thread-safe by Eric Biggers · 5 years ago
  41. e53619c dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings by Łukasz Stelmach · 5 years ago
  42. 27018ab crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init() by YueHaibing · 5 years ago
  43. 965d728 crypto: jitter - add header to fix buildwarnings by Ben Dooks · 5 years ago
  44. 1a61af2 crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm" by Colin Ian King · 5 years ago
  45. 504582e crypto: geode-aes - switch to skcipher for cbc(aes) fallback by Ard Biesheuvel · 5 years ago
  46. c03b04d crypto: user - fix memory leak in crypto_reportstat by Navid Emamdoost · 5 years ago
  47. ffdde59 crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 5 years ago
  48. 64e7f85 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
  49. 86ef1df crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize by Tudor Ambarus · 5 years ago
  50. 8305367 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  51. 977da07 crypto: inside-secure - Remove #ifdef checks by Arnd Bergmann · 5 years ago
  52. 74e6bd4 crypto: inside-secure - Fix a maybe-uninitialized warning by Arnd Bergmann · 5 years ago
  53. 75451f8 MAINTAINERS: Add maintainer for HiSilicon HPRE driver by Zaibo Xu · 5 years ago
  54. 8489741 crypto: hisilicon - Add debugfs for HPRE by Zaibo Xu · 5 years ago
  55. b492f82 Documentation: Add debugfs doc for hisi_hpre by Zaibo Xu · 5 years ago
  56. 5ec302a crypto: hisilicon - add SRIOV support for HPRE by Zaibo Xu · 5 years ago
  57. c8b4b47 crypto: hisilicon - add HiSilicon HPRE accelerator by Zaibo Xu · 5 years ago
  58. a92a00f crypto: hisilicon - misc fix about sgl by Zhou Wang · 5 years ago
  59. d8ac7b8 crypto: hisilicon - fix large sgl memory allocation problem when disable smmu by Zhou Wang · 5 years ago
  60. f081fda crypto: hisilicon - add sgl_sge_nr module param for zip by Shukun Tan · 5 years ago
  61. 48c1cd4 crypto: hisilicon - merge sgl support to hisi_qm module by Zhou Wang · 5 years ago
  62. daae28d hwrng: core - move add_early_randomness() out of rng_mutex by Laurent Vivier · 5 years ago
  63. eff9771 crypto: caam - use mapped_{src,dst}_nents for descriptor by Iuliana Prodan · 5 years ago
  64. 554c42b crypto: sun4i-ss - enable pm_runtime by Corentin Labbe · 5 years ago
  65. 70dd444 crypto: sun4i-ss - simplify enable/disable of the device by Corentin Labbe · 5 years ago
  66. 6a97a99 crypto: cavium/nitrox - fix firmware assignment to AE cores by Phani Kiran Hemadri · 5 years ago
  67. f65eae6 crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Eneas U de Queiroz · 5 years ago
  68. 3dc8b01 crypto: chtls - simplify a bit 'create_flowc_wr_skb()' by Christophe JAILLET · 5 years ago
  69. 128c664 crypto: ccp - Release all allocated memory if sha type is invalid by Navid Emamdoost · 5 years ago
  70. a7174f9 crypto: hisilicon - allow compile-testing on x86 by Arnd Bergmann · 5 years ago
  71. 5fd39c4 crypto: inside-secure - Add support for the EIP196 by Pascal van Leeuwen · 5 years ago
  72. 9e5de3e crypto: cavium/nitrox - Add mailbox message to get mcode info in VF by Nagadheeraj Rottela · 5 years ago
  73. 0600e9c hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe() by Markus Elfring · 5 years ago
  74. e1f653c crypto: jitter - fix comments by Alexander E. Patrakov · 5 years ago
  75. a68b931 hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_probe() by Markus Elfring · 5 years ago
  76. 946a4a2 crypto: inside-secure - Add support for HW with less ring AIC's than rings by Pascal van Leeuwen · 5 years ago
  77. 84ca4e5 crypto: inside-secure - Add support for 256 bit wide internal bus by Pascal van Leeuwen · 5 years ago
  78. a9a8962 crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEAD by Pascal van Leeuwen · 5 years ago
  79. 92c60ce crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD" by Pascal van Leeuwen · 5 years ago
  80. a19052d crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEAD by Pascal van Leeuwen · 5 years ago
  81. d96cf19 crypto: inside-secure - Fixed corner case TRC admin RAM probing issue by Pascal van Leeuwen · 5 years ago
  82. b8c5d88 crypto: inside-secure - Fix stability issue with Macchiatobin by Pascal van Leeuwen · 5 years ago
  83. ced0a17 crypto: cavium/nitrox - Fix cbc ciphers self test failures by Nagadheeraj Rottela · 5 years ago
  84. 3fed9ba crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipher by Nagadheeraj Rottela · 5 years ago
  85. bac5c49e hwrng: omap3-rom - Use devm hwrng and runtime PM by Tony Lindgren · 5 years ago
  86. 8d9d4bd hwrng: omap3-rom - Use runtime PM instead of custom functions by Tony Lindgren · 5 years ago
  87. b8d665a hwrng: omap3-rom - Update to use standard driver data by Tony Lindgren · 5 years ago
  88. a0f19a8 hwrng: omap3-rom - Initialize default quality to get data by Tony Lindgren · 5 years ago
  89. eaecce1 hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled by Tony Lindgren · 5 years ago
  90. 0c0ef9e hwrng: omap3-rom - Fix missing clock by probing with device tree by Tony Lindgren · 5 years ago
  91. 7fb61af ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS device by Tony Lindgren · 5 years ago
  92. 457a6fd crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC by Pascal van Leeuwen · 5 years ago
  93. f0a8bdf crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC by Pascal van Leeuwen · 5 years ago
  94. bb7679b crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBC by Pascal van Leeuwen · 5 years ago
  95. 1d448f2 crypto: inside-secure - Add CRYPTO_SHA3 to CRYPTO_DEV_SAFEXCEL by Pascal van Leeuwen · 5 years ago
  96. 6c1c09b crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms by Pascal van Leeuwen · 5 years ago
  97. aaf5a38 crypto: inside-secure - Add SHA3 family of basic hash algorithms by Pascal van Leeuwen · 5 years ago
  98. 1769f70 crypto: inside-secure - Add SM4 based authenc AEAD ciphersuites by Pascal van Leeuwen · 5 years ago
  99. 2eb2d19 crypto: aegis128-neon - use Clang compatible cflags for ARM by Ard Biesheuvel · 5 years ago
  100. e488621 crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher by Pascal van Leeuwen · 5 years ago