1. 84a0b00 crypto: s5p - deal gracefully with bogus input sizes by Ard Biesheuvel · 5 years ago
  2. 735177c crypto: arm64/aes - implement accelerated ESSIV/CBC mode by Ard Biesheuvel · 5 years ago
  3. 65d0042 crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk by Ard Biesheuvel · 5 years ago
  4. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  5. 389139b crypto: arm64/aegis128 - use explicit vector load for permute vectors by Ard Biesheuvel · 5 years ago
  6. 309b77e crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL by Christophe JAILLET · 5 years ago
  7. e31b791 crypto: talitos - Fix build warning in aead_des3_setkey by Herbert Xu · 5 years ago
  8. c963050 crypto: n2/des - fix build breakage after DES updates by Ard Biesheuvel · 5 years ago
  9. 5a74362 crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier by Ard Biesheuvel · 5 years ago
  10. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  11. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 5 years ago
  12. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  13. 906a4bb crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit by Hans de Goede · 5 years ago
  14. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 5 years ago
  15. 1a01333 crypto: sha256_generic - Fix some coding style issues by Hans de Goede · 5 years ago
  16. aca1111 crypto: sha256 - Fix some coding style issues by Hans de Goede · 5 years ago
  17. 2396684 crypto: vmx/xts - use fallback for ciphertext stealing by Ard Biesheuvel · 5 years ago
  18. ce68acb crypto: s390/xts-aes - invoke fallback for ciphertext stealing by Ard Biesheuvel · 5 years ago
  19. 8ce5fac crypto: x86/xts - implement support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  20. b395ed4 crypto: hisilicon - Fix warning on printing %p with dma_addr_t by Herbert Xu · 5 years ago
  21. 9a394d1 fs: cifs: move from the crypto cipher API to the new DES library interface by Ard Biesheuvel · 5 years ago
  22. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 5 years ago
  23. cc1d24b crypto: x86/des - switch to library interface by Ard Biesheuvel · 5 years ago
  24. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  25. 6b5c481 crypto: des - remove unused function by Ard Biesheuvel · 5 years ago
  26. 4fd4be0 crypto: 3des - move verification out of exported routine by Ard Biesheuvel · 5 years ago
  27. dcb15794 crypto: ux500/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  28. 9d574ae crypto: talitos/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  29. 08d4b40 crypto: sun4i/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  30. b5d0ba8 crypto: stm32/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  31. 4eaef05 crypto: rk3288/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  32. f96c897 crypto: qce/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  33. 0157fb2 crypto: picoxcell/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  34. 304daa4 crypto: omap/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  35. d4b90db crypto: n2/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  36. 9bfa85e crypto: cesa/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  37. 3ca20b6 crypto: ixp4xx/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  38. 21f5a15 crypto: safexcel/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  39. 894b68d crypto: hisilicon/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  40. f4ed686 crypto: hifn/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  41. 00cd6b2 crypto: ccree/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  42. b525041 crypto: ccp/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  43. 43d81a8 crypto: nitrox/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  44. 0e1cbe9 crypto: cpt/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  45. a628c5a crypto: caam/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  46. 05a7238 crypto: bcm/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  47. 92c203e crypto: atmel/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  48. 8f467cf crypto: sparc/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  49. 4e2c820 crypto: s390/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  50. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  51. 220f679 MAINTAINERS: nx crypto: Fix typo in a filepath by Denis Efremov · 5 years ago
  52. b0c091a lib/mpi: Eliminate unused umul_ppmm definitions for MIPS by Nathan Chancellor · 5 years ago
  53. ff29629 random: Support freezable kthreads in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  54. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  55. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  56. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  57. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  58. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 5 years ago
  59. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 5 years ago
  60. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 5 years ago
  61. 5d2ded2 Documentation: crypto: crypto_engine: Fix Sphinx warning by Jonathan Neuschäfer · 5 years ago
  62. 5f05cdc crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit by Phani Kiran Hemadri · 5 years ago
  63. b31c17c crypto: cavium/nitrox - Allocate asymmetric crypto command queues by Phani Kiran Hemadri · 5 years ago
  64. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  65. 03a3bb7 hwrng: core - Freeze khwrng thread during suspend by Stephen Boyd · 5 years ago
  66. c9fbcf6 crypto: caam/qi - execute library only on DPAA 1.x by Horia Geantă · 5 years ago
  67. 1ed2002 crypto: hisilicon - fix error handle in hisi_zip_create_req_q by Zhou Wang · 5 years ago
  68. 902f0ba crypto: hisilicon - add missing single_release by Zhou Wang · 5 years ago
  69. 5c08619 crypto: hisilicon - init curr_sgl_dma to fix compile warning by Zhou Wang · 5 years ago
  70. db01e48 crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP by Zhou Wang · 5 years ago
  71. 00ae05d crypto: hisilicon - fix kbuild warnings by Zhou Wang · 5 years ago
  72. ec9c7d1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 5 years ago
  73. 3a646b6 crypto: ccp - Remove unnecessary linux/pci.h include by Bjorn Helgaas · 5 years ago
  74. f6b0b78 crypto: ccp - Include DMA declarations explicitly by Bjorn Helgaas · 5 years ago
  75. 2229c74 crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  76. a54d83d crypto: qce - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  77. 473b4d9 crypto: stm32 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  78. 7217447 crypto: rockchip - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  79. cf68528 crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  80. 9a8e0a5 crypto: picoxcell - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  81. b26120f crypto: mediatek - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  82. f8dab55 crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  83. f78c712 crypto: img-hash - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  84. 6d1c018 crypto: exynos - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  85. 17729e5 crypto: ccp - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  86. 0866ba2 crypto: artpec6 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  87. 74bf81d crypto: gcm - restrict assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  88. ad3f0a93 MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver by Zhou Wang · 5 years ago
  89. 72c7a68 crypto: hisilicon - add debugfs for ZIP and QM by Zhou Wang · 5 years ago
  90. 8201fdf Documentation: Add debugfs doc for hisi_zip by Zhou Wang · 5 years ago
  91. 79e09f3 crypto: hisilicon - add SRIOV support for ZIP by Zhou Wang · 5 years ago
  92. 62c455c crypto: hisilicon - add HiSilicon ZIP accelerator support by Zhou Wang · 5 years ago
  93. dfed009 crypto: hisilicon - add hardware SGL support by Zhou Wang · 5 years ago
  94. 263c995 crypto: hisilicon - add queue management driver for HiSilicon QM module by Zhou Wang · 5 years ago
  95. d13dfae crypto: engine - Reduce default RT priority by Peter Zijlstra · 5 years ago
  96. 0435d47 crypto: caam - change return value in case CAAM has no MDHA by Iuliana Prodan · 5 years ago
  97. 58068cf crypto: caam - unregister algorithm only if the registration succeeded by Iuliana Prodan · 5 years ago
  98. 4e3a61c crypto: caam - execute module exit point only if necessary by Iuliana Prodan · 5 years ago
  99. c59a1d4 crypto: caam - free resources in case caam_rng registration failed by Iuliana Prodan · 5 years ago
  100. e9b4913 crypto: caam - fix MDHA key derivation for certain user key lengths by Horia Geantă · 5 years ago