1. 37d8468 crypto: caam - make aamalg_desc a proper module by Arnd Bergmann · 9 years ago
  2. 9c0bc51 crypto: caam - pass key buffers with typesafe pointers by Arnd Bergmann · 9 years ago
  3. 0be8a27 crypto: arm64/aes-ce-ccm - Fix AEAD decryption length by Herbert Xu · 9 years ago
  4. ff330f7 MAINTAINERS: add crypto headers to crypto entry by Baruch Siach · 9 years ago
  5. 8eea134 crypt: doc - remove misleading mention of async API by Baruch Siach · 9 years ago
  6. 450a6c3 crypto: doc - fix header file name by Baruch Siach · 9 years ago
  7. 864e098 crypto: api - fix comment typo by Baruch Siach · 9 years ago
  8. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 9 years ago
  9. 81126d1 crypto: arm/aesbs - fix brokenness after skcipher conversion by Ard Biesheuvel · 9 years ago
  10. 2debd33 crypto: chcr - Add AEAD algos. by Harsh Jain · 9 years ago
  11. 5c86a8f crypto: chcr - Move tfm ctx variable to request context by Harsh Jain · 9 years ago
  12. e792272 crypto: chcr - Use SHASH_DESC_ON_STACK by Harsh Jain · 9 years ago
  13. adf1ca6 crypto: chcr - Adjust Dest. buffer size by Harsh Jain · 9 years ago
  14. cc1b156 crypto: chcr - Calculate Reverse round key in setkey callback. by Harsh Jain · 9 years ago
  15. 44fce12 crypto: chcr - Remove dynamic allocation by Harsh Jain · 9 years ago
  16. 18f0aa0 crypto: chcr - Fixes Unchecked dereference inside function by Harsh Jain · 9 years ago
  17. 358961d crypto: chcr - Added new structure chcr_wr by Harsh Jain · 9 years ago
  18. 39f91a3 crypto: chcr - Cosmetic change by Harsh Jain · 9 years ago
  19. b3e1e0c crypto: arm64/aes-ce-ctr - fix skcipher conversion by Ard Biesheuvel · 9 years ago
  20. 3cbf61f crypto: skcipher - fix crash in skcipher_walk_aead() by Ard Biesheuvel · 9 years ago
  21. 7f329c1 crypto: arm/aes-ce - fix broken monolithic build by Ard Biesheuvel · 9 years ago
  22. 6fdf436 crypto: arm/aes - Add missing SIMD select for aesbs by Herbert Xu · 9 years ago
  23. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  24. 5789163 crypto: rsa - Add Makefile dependencies to fix parallel builds by David Michael · 9 years ago
  25. 66bf093 crypto: chcr - Fix memory corruption by Harsh Jain · 9 years ago
  26. 5102981 crypto: drbg - prevent invalid SG mappings by Stephan Mueller · 9 years ago
  27. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 9 years ago
  28. a4b15be crypto: arm64/sha2 - add generated .S files to .gitignore by Ard Biesheuvel · 9 years ago
  29. eb09559 crypto: testmgr - don't use stack buffer in test_acomp() by Eric Biggers · 9 years ago
  30. 93aafb6 MAINTAINERS: add maintainers for caam crypto driver by Horia Geantă · 9 years ago
  31. 1a0166f crypto: caam - refactor ahash shared descriptor generation by Horia Geantă · 9 years ago
  32. 6655cb8 crypto: caam - consolidate split key length computation by Horia Geantă · 9 years ago
  33. 8cea7b6 crypto: caam - refactor encryption descriptors generation by Horia Geantă · 9 years ago
  34. 746f069 crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM by Horia Geantă · 9 years ago
  35. 281669d crypto: caam - rewrite some generic inline append cmds by Horia Geantă · 9 years ago
  36. 4cbe79c crypto: caam - improve key inlining by Horia Geantă · 9 years ago
  37. 488ebc3 crypto: caam - remove superfluous alg_op algorithm param by Horia Geantă · 9 years ago
  38. db57656 crypto: caam - group algorithm related params by Horia Geantă · 9 years ago
  39. 64c9295 crypto: caam - move append_key_aead() into init_sh_desc_key_aead() by Horia Geantă · 9 years ago
  40. 211f41a crypto: aesbs - Convert to skcipher by Herbert Xu · 9 years ago
  41. cc868d8 crypto: cbc - Export CBC implementation by Herbert Xu · 9 years ago
  42. 79c65d1 crypto: cbc - Convert to skcipher by Herbert Xu · 9 years ago
  43. da40e7a crypto: aes-ce - Convert to skcipher by Herbert Xu · 9 years ago
  44. d0ed0db crypto: arm64/aes - Convert to skcipher by Herbert Xu · 9 years ago
  45. 8567186 crypto: aesni - Convert to skcipher by Herbert Xu · 9 years ago
  46. eed93e0 crypto: testmgr - Do not test internal algorithms by Herbert Xu · 9 years ago
  47. 065ce32 crypto: glue_helper - Add skcipher xts helpers by Herbert Xu · 9 years ago
  48. 043a440 crypto: pcbc - Convert to skcipher by Herbert Xu · 9 years ago
  49. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 9 years ago
  50. 4e0958d crypto: cryptd - Add support for skcipher by Herbert Xu · 9 years ago
  51. 430b441 crypto: api - Do not clear type bits in crypto_larval_lookup by Herbert Xu · 9 years ago
  52. f1c131b crypto: xts - Convert to skcipher by Herbert Xu · 9 years ago
  53. 700cb3f crypto: lrw - Convert to skcipher by Herbert Xu · 9 years ago
  54. cf2c0fe crypto: aes-ce-ccm - Use skcipher walk interface by Herbert Xu · 9 years ago
  55. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 9 years ago
  56. 7cf3186 crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option by Jean Delvare · 9 years ago
  57. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 9 years ago
  58. c8467f7 crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy by Herbert Xu · 9 years ago
  59. 8acf7a1 crypto: algif_hash - Fix result clobbering in recvmsg by Herbert Xu · 9 years ago
  60. ed424bb hwrng: Make explicit that max >= 32 always by PrasannaKumar Muralidharan · 9 years ago
  61. 8ff4c19 crypto: drbg - advance output buffer pointer by Stephan Mueller · 9 years ago
  62. a8348bc crypto: algif_hash - Fix NULL hash crash with shash by Herbert Xu · 9 years ago
  63. 18f47f5 crypto: vmx - various build fixes by Naveen N. Rao · 9 years ago
  64. 7a0b86b crypto: sha-mb - Fix total_len for correct hash when larger than 512MB by Greg Tucker · 9 years ago
  65. 75aa0a7 crypto: gf128mul - Zero memory when freeing multiplication table by Alex Cope · 9 years ago
  66. b516b88 hwrng: atmel - use clk_disable_unprepare instead of clk_disable by Wei Yongjun · 9 years ago
  67. 9b50184 crypto: nx - drop duplicate header types.h by Geliang Tang · 9 years ago
  68. e8b2fa4 crypto: jitterentropy - drop duplicate header module.h by Geliang Tang · 9 years ago
  69. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 9 years ago
  70. 9a1a1c0 crypto: caam - merge identical ahash_final/finup shared desc by Horia Geantă · 9 years ago
  71. 24a4f14 crypto: caam - constify pointer to descriptor buffer by Horia Geantă · 9 years ago
  72. e25ff92 crypto: caam - move sec4_sg_entry to sg_sw_sec4.h by Horia Geantă · 9 years ago
  73. 2b163b5 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 9 years ago
  74. c73e36e crypto: caam - fix DMA API mapping leak in ablkcipher code by Horia Geantă · 9 years ago
  75. 9305dff crypto: caam - remove unreachable code in report_ccb_status() by Horia Geantă · 9 years ago
  76. 4ca7c7d crypto: caam - trivial code clean-up by Horia Geantă · 9 years ago
  77. 1b008ee crypto: caam - remove unused command from aead givencrypt by Horia Geantă · 9 years ago
  78. 00fef2b crypto: caam - remove unused may_sleep in dbg_dump_sg() by Horia Geantă · 9 years ago
  79. c530e34 crypto: caam - fix smatch warnings by Horia Geantă · 9 years ago
  80. 8439e94 crypto: caam - fix sparse warnings by Horia Geantă · 9 years ago
  81. 2090456 crypto: caam - desc.h fixes by Horia Geantă · 9 years ago
  82. 39957c8e crypto: caam - completely remove error propagation handling by Horia Geantă · 9 years ago
  83. d128af1 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 9 years ago
  84. d266f44 crypto: gf128mul - remove dead gf128mul_64k_lle code by Alex Cope · 9 years ago
  85. 8edda7d crypto: dh - Consistenly return negative error codes by Mat Martineau · 9 years ago
  86. 109e23b crypto: poly1305 - Use unaligned access where required by Jason A. Donenfeld · 9 years ago
  87. 650d4a9 Crypto: mv_cesa - Switch to using managed resources by Nadim almas · 9 years ago
  88. 4d9b3a5 crypto: talitos - fix spelling mistake by Colin Ian King · 9 years ago
  89. e6414b1 crypto: ccp - Fix handling of RSA exponent on a v5 device by Gary R Hook · 9 years ago
  90. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 9 years ago
  91. 89277a7 crypto: cryptd - Remove unused but set variable 'tfm' by Tobias Klauser · 9 years ago
  92. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 9 years ago
  93. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 9 years ago
  94. a1fa98d hwrng: atmel - disable TRNG during suspend by Wenyou Yang · 9 years ago
  95. 6c0f400 crypto: acomp - fix dependency in Makefile by Giovanni Cabiddu · 9 years ago
  96. d69985a crypto: caam - fix type mismatch warning by Arnd Bergmann · 9 years ago
  97. 9ae811f crypto: sahara - fix typo "Decidated" -> "Dedicated" by Colin Ian King · 9 years ago
  98. fc78334 crypto: atmel - drop pointless static qualifier in atmel_aes_probe() by Wei Yongjun · 9 years ago
  99. 2cc7515 hwrng: core - zeroize buffers with random data by Stephan Mueller · 9 years ago
  100. d7db7a8 crypto: acomp - update testmgr with support for acomp by Giovanni Cabiddu · 9 years ago