1. 0bd2223 crypto: cryptd - initialize child shash_desc on import by Ard Biesheuvel · 8 years ago
  2. 31bd44e crypto: cryptd - Use correct tfm object for AEAD tracking by Herbert Xu · 8 years ago
  3. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 8 years ago
  4. 1a07834 crypto: cryptd - Assign statesize properly by Wang, Rui Y · 8 years ago
  5. c012a79 crypto: cryptod - use crypto_skcipher_type() for getting skcipher type by Alexander Kuleshov · 8 years ago
  6. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  7. ba3749a crypto: cryptd - Remove reference to crypto_aead_crt by Herbert Xu · 9 years ago
  8. f6da320 crypto: cryptd - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  9. ec9f200 crypto: cryptd - Fix AEAD request context corruption by Herbert Xu · 9 years ago
  10. f614e54 crypto: cryptd - Convert to new AEAD interface by Herbert Xu · 9 years ago
  11. 92b9876 crypto: cryptd - Add setkey/setauthsize functions for AEAD by Herbert Xu · 9 years ago
  12. 9b8c456 crypto: cryptd - Use crypto_grab_aead by Herbert Xu · 9 years ago
  13. 529a0b6 crypto: cryptd - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  14. 466a7b9 crypto: cryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  15. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 9 years ago
  16. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  17. 9efade1 crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption by Jussi Kivilinna · 12 years ago
  18. b2bac6ac crypto: cryptd - Use subsys_initcall to prevent races with aesni by Herbert Xu · 13 years ago
  19. 298c926 crypto: cryptd - Adding the AEAD interface type support to cryptd by Adrian Hoban · 14 years ago
  20. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  21. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  22. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 15 years ago
  23. 0b44f48 this_cpu: Use this_cpu_ptr in crypto subsystem by Christoph Lameter · 15 years ago
  24. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  25. 6fba00d crypto: cryptd - Add finup/export/import for hash by Herbert Xu · 15 years ago
  26. 05ed875 crypto: cryptd - Fix uninitialized return value by Steffen Klassert · 15 years ago
  27. 0b535ad crypto: cryptd - Switch to new style ahash by Herbert Xu · 15 years ago
  28. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  29. 0d6669e crypto: cryptd - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  30. 46309d8 crypto: cryptd - Use shash algorithms by Herbert Xu · 15 years ago
  31. 505fd21 crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher by Huang Ying · 15 years ago
  32. 254eff7 crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq by Huang Ying · 15 years ago
  33. 1cac2cb crypto: cryptd - Add support to access underlying blkcipher by Huang Ying · 15 years ago
  34. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 16 years ago
  35. b8a2825 [CRYPTO] cryptd: Add asynchronous hash support by Loc Ho · 16 years ago
  36. 93aa7f8 [CRYPTO] cryptd: Fix EINPROGRESS notification context by Herbert Xu · 16 years ago
  37. b1145ce [CRYPTO] cryptd: Correct kzalloc error test by Julia Lawall · 16 years ago
  38. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  39. 927eead [CRYPTO] cryptd: Use geniv of the underlying algorithm by Herbert Xu · 16 years ago
  40. 332f8840 [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type by Herbert Xu · 16 years ago
  41. 2de98e7 [CRYPTO] ablkcipher: Remove queue pointer from common alg object by Herbert Xu · 17 years ago
  42. 189fe31 [CRYPTO] cryptd: Fix problem with cryptd and the freezer by Rafael J. Wysocki · 17 years ago
  43. 124b53d [CRYPTO] cryptd: Add software async crypto daemon by Herbert Xu · 17 years ago