1. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 6 years ago
  2. 75d8a55 crypto: x86/glue_helper - rename glue_skwalk_fpu_begin() by Eric Biggers · 6 years ago
  3. 0d87d0f crypto: x86/glue_helper - remove blkcipher_walk functions by Eric Biggers · 6 years ago
  4. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 6 years ago
  5. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 6 years ago
  6. 44893bc crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface by Eric Biggers · 6 years ago
  7. 1af6d03 crypto: x86/camellia - convert to skcipher interface by Eric Biggers · 6 years ago
  8. 451cc49 crypto: x86/camellia - remove XTS algorithm by Eric Biggers · 6 years ago
  9. 6043d34 crypto: x86/camellia - remove LRW algorithm by Eric Biggers · 6 years ago
  10. 44c9b75 crypto: x86/camellia-aesni-avx2 - remove LRW algorithm by Eric Biggers · 6 years ago
  11. 6fcb81b crypto: x86/camellia-aesni-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  12. 09c0f03 crypto: x86/des3_ede - convert to skcipher interface by Eric Biggers · 6 years ago
  13. c167917 crypto: x86/blowfish: convert to skcipher interface by Eric Biggers · 6 years ago
  14. 4bd9692 crypto: x86/cast6-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  15. f51a1fa crypto: x86/cast6-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  16. 1e63183 crypto: x86/cast5-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  17. 8f461b1 crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one by Eric Biggers · 6 years ago
  18. 0e6ab46 crypto: x86/twofish-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  19. 876e9f0 crypto: x86/twofish-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  20. 37992fa crypto: x86/twofish-3way - convert to skcipher interface by Eric Biggers · 6 years ago
  21. ebeea98 crypto: x86/twofish-3way - remove XTS algorithm by Eric Biggers · 6 years ago
  22. 68bfc49 crypto: x86/twofish-3way - remove LRW algorithm by Eric Biggers · 6 years ago
  23. e16bf97 crypto: x86/serpent-avx,avx2 - convert to skcipher interface by Eric Biggers · 6 years ago
  24. 340b830 crypto: x86/serpent-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  25. e5f382e crypto: x86/serpent-avx2 - remove LRW algorithm by Eric Biggers · 6 years ago
  26. e0f409d crypto: x86/serpent-sse2 - convert to skcipher interface by Eric Biggers · 6 years ago
  27. 8bab4e3 crypto: x86/serpent-sse2 - remove XTS algorithm by Eric Biggers · 6 years ago
  28. 2a05cfc crypto: x86/serpent-sse2 - remove LRW algorithm by Eric Biggers · 6 years ago
  29. f15f2a2 crypto: x86/glue_helper - add skcipher_walk functions by Eric Biggers · 6 years ago
  30. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 6 years ago
  31. d800e34 crypto: ccree - replace memset+kfree with kzfree by Gilad Ben-Yossef · 6 years ago
  32. 27b3b22 crypto: ccree - add support for older HW revs by Gilad Ben-Yossef · 6 years ago
  33. 9d3a45e dt-bindings: Add DT bindings for ccree 710 and 630p by Gilad Ben-Yossef · 6 years ago
  34. 6137139 crypto: ccree - remove unused definitions by Gilad Ben-Yossef · 6 years ago
  35. c42bd63 crypto: marvell/cesa - Clean up redundant #include by Robin Murphy · 6 years ago
  36. 279f4f8 hwrng: stm32 - rework read timeout calculation by lionel.debieve@st.com · 6 years ago
  37. a888df9 dt-bindings: rng: add clock detection error for stm32 by lionel.debieve@st.com · 6 years ago
  38. 529571e hwrng: stm32 - allow disable clock error detection by lionel.debieve@st.com · 6 years ago
  39. 695788f dt-bindings: rng: add reset node for stm32 by lionel.debieve@st.com · 6 years ago
  40. 326ed38 hwrng: stm32 - add reset during probe by lionel.debieve@st.com · 6 years ago
  41. 0174570 crypto: ccree - fix memdup.cocci warnings by Fengguang Wu · 6 years ago
  42. 0268483 crypto: atmel - Delete error messages for a failed memory allocation in six functions by Markus Elfring · 6 years ago
  43. 72e8d3f crypto: bcm - Delete an error message for a failed memory allocation in do_shash() by Markus Elfring · 6 years ago
  44. 5471f2e crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe() by Markus Elfring · 6 years ago
  45. 41b3316 crypto: speck - add test vectors for Speck64-XTS by Eric Biggers · 6 years ago
  46. c3bb521 crypto: speck - add test vectors for Speck128-XTS by Eric Biggers · 6 years ago
  47. ede9622 crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 6 years ago
  48. c8c3641 crypto: speck - export common helpers by Eric Biggers · 6 years ago
  49. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 6 years ago
  50. e845520 crypto: aesni - Update aesni-intel_glue to use scatter/gather by Dave Watson · 6 years ago
  51. fb8986e crypto: aesni - Introduce scatter/gather asm function stubs by Dave Watson · 6 years ago
  52. 933d6ae crypto: aesni - Add fast path for > 16 byte update by Dave Watson · 6 years ago
  53. ae952c5 crypto: aesni - Introduce partial block macro by Dave Watson · 6 years ago
  54. 1476db2 crypto: aesni - Move HashKey computation from stack to gcm_context by Dave Watson · 6 years ago
  55. e2e34b0 crypto: aesni - Move ghash_mul to GCM_COMPLETE by Dave Watson · 6 years ago
  56. 9660474 crypto: aesni - Fill in new context data structures by Dave Watson · 6 years ago
  57. c594c54 crypto: aesni - Split AAD hash calculation to separate macro by Dave Watson · 6 years ago
  58. 9ee4a5d crypto: aesni - Introduce gcm_context_data by Dave Watson · 6 years ago
  59. ba45833 crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro by Dave Watson · 6 years ago
  60. adcadab crypto: aesni - Add GCM_COMPLETE macro by Dave Watson · 6 years ago
  61. 7af964c crypto: aesni - Add GCM_INIT macro by Dave Watson · 6 years ago
  62. 6c2c86b crypto: aesni - Macro-ify func save/restore by Dave Watson · 6 years ago
  63. e1fd316 crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC by Dave Watson · 6 years ago
  64. 8c48db9 crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init() by Markus Elfring · 6 years ago
  65. a8bc22f crypto: sahara - Improve a size determination in sahara_probe() by Markus Elfring · 6 years ago
  66. 0d576d9 crypto: sahara - Delete an error message for a failed memory allocation in sahara_probe() by Markus Elfring · 6 years ago
  67. 0c704bf crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe() by Markus Elfring · 6 years ago
  68. 9dea694 crypto: ux500 - Adjust an error message in ux500_cryp_probe() by Markus Elfring · 6 years ago
  69. 50ca524 crypto: ux500 - Adjust two condition checks in ux500_cryp_probe() by Markus Elfring · 6 years ago
  70. dbbd5d1 crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe() by Markus Elfring · 6 years ago
  71. 333e18c crypto: testmgr - Fix incorrect values in PKCS#1 test vector by Conor McLoughlin · 6 years ago
  72. 57240a7 crypto: inside-secure - unmap the result in the hash send error path by Antoine Tenart · 6 years ago
  73. f7268c5 crypto: inside-secure - keep the requests push/pop synced by Antoine Tenart · 6 years ago
  74. b7007db crypto: inside-secure - fix the invalidation step during cra_exit by Antoine Tenart · 6 years ago
  75. 95831ce crypto: inside-secure - do not process request if no command was issued by Antoine Tenart · 6 years ago
  76. 666a9c7 crypto: inside-secure - fix the cache_len computation by Antoine Tenart · 6 years ago
  77. c1a8fa6 crypto: inside-secure - fix the extra cache computation by Antoine Tenart · 6 years ago
  78. e1d24c0 crypto: inside-secure - do not overwrite the threshold value by Antoine Tenart · 6 years ago
  79. c4ecc8f MAINTAINERS: update the Inside Secure maintainer email by Antoine Tenart · 6 years ago
  80. 7b4c5d3 hwrng: bcm2835 - Handle deferred clock properly by Stefan Wahren · 6 years ago
  81. 4ff8b1d crypto: arm/aes-cipher - move S-box to .rodata section by Jinbum Park · 6 years ago
  82. 7c73cf4c crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss by Peter Robinson · 6 years ago
  83. a43a348 crypto: stm32/cryp - add stm32mp1 support by Fabien DESSENNE · 7 years ago
  84. 9d3b503 crypto: stm32/cryp - add aes gcm / ccm support by Fabien DESSENNE · 7 years ago
  85. 9f32bb5 crypto: qat - Make several functions static by Colin Ian King · 7 years ago
  86. 404a36a crypto: ccp - Make function ccp_get_dma_chan_attr static by Colin Ian King · 7 years ago
  87. 1efb892 crypto: chelsio - Make function aead_ccm_validate_input static by Colin Ian King · 7 years ago
  88. b09dd34 x86/crypto: Designate maintainer for SHA-1/256/512 by Tim Chen · 7 years ago
  89. d03d29b crypto: stm32/hash - rework padding length by Lionel Debieve · 7 years ago
  90. ff1cae4 crypto: stm32/hash - fix performance issues by Lionel Debieve · 7 years ago
  91. a3d98b9 crypto: stm32/hash - avoid error if maxburst not defined by Lionel Debieve · 7 years ago
  92. d3e41b5 crypto: caam/qi - add GCM support by Horia Geantă · 7 years ago
  93. 87ec3a0 crypto: caam - prepare for gcm(aes) support over QI interface by Horia Geantă · 7 years ago
  94. cb3078f crypto: caam/qi - return -EBADMSG for ICV check failure by Horia Geantă · 7 years ago
  95. dc7bcef crypto: stm32-cryp - convert to the new crypto engine API by Corentin LABBE · 7 years ago
  96. fb45490 crypto: stm32-hash - convert to the new crypto engine API by Corentin LABBE · 7 years ago
  97. 6718937 crypto: virtio - convert to new crypto engine API by Corentin LABBE · 7 years ago
  98. c21c8b8 crypto: omap - convert to new crypto engine API by Corentin LABBE · 7 years ago
  99. 218d1cc crypto: engine - Permit to enqueue all async requests by Corentin LABBE · 7 years ago
  100. ce09a6c crypto: doc - document crypto engine API by Corentin LABBE · 7 years ago