1. 6dd7a82 crypto: powerpc - Add POWER8 optimised crc32c by Anton Blanchard · 8 years ago
  2. 151f251 powerpc: define FUNC_START/FUNC_END by Anton Blanchard · 8 years ago
  3. 27710b8 crypto: rsa-pkcs1pad - Fix regression from leading zeros by Herbert Xu · 8 years ago
  4. 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
  5. eb35478 crypto: omap-sham - increase cra_proirity to 400 by Bin Liu · 8 years ago
  6. d13cd11 crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test by Herbert Xu · 8 years ago
  7. d858b07 crypto: rsa-pkcs1pad - Avoid copying output when possible by Herbert Xu · 8 years ago
  8. 73f79189 crypto: rsa-pkcs1pad - Move key size check to setkey by Herbert Xu · 8 years ago
  9. 3a32ce5 crypto: rsa-pkcs1pad - Always use GFP_KERNEL by Herbert Xu · 8 years ago
  10. 0f2c831 crypto: rsa-pkcs1pad - Remove bogus page splitting by Herbert Xu · 8 years ago
  11. c0d20d2 crypto: rsa-pkcs1pad - Require hash to be present by Herbert Xu · 8 years ago
  12. 127827b lib/mpi: Do not do sg_virt by Herbert Xu · 8 years ago
  13. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 8 years ago
  14. 50d2b643 crypto: testmgr - Allow leading zeros in RSA by Herbert Xu · 8 years ago
  15. 1503a24 crypto: tcrypt - Add speed test for cts by Herbert Xu · 8 years ago
  16. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
  17. 64e2680 crypto: s390/aes - Use skcipher for fallback by Herbert Xu · 8 years ago
  18. 678adec crypto: sahara - Use skcipher for fallback by Herbert Xu · 8 years ago
  19. 2d20ce07 crypto: qce - Use skcipher for fallback by Herbert Xu · 8 years ago
  20. 1eb60ff crypto: picoxcell - Use skcipher for fallback by Herbert Xu · 8 years ago
  21. 29406bb9 crypto: mxs-dcp - Use skcipher for fallback by Herbert Xu · 8 years ago
  22. 241118d crypto: ccp - Use skcipher for fallback by Herbert Xu · 8 years ago
  23. 02fa472 crypto: aesni - Use crypto_cipher to derive rfc4106 subkey by Herbert Xu · 8 years ago
  24. 7166e58 crypto: tcrypt - Use skcipher by Herbert Xu · 8 years ago
  25. 2495cf2 crypto: ahash - Add padding in crypto_ahash_extsize by Herbert Xu · 8 years ago
  26. 927ef32 crypto: authenc - Consider ahash ASYNC bit by Herbert Xu · 8 years ago
  27. c34252f crypto: authenc - Remove redundant sg_init_table call. by Harsh Jain · 8 years ago
  28. 72259de crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test by Herbert Xu · 8 years ago
  29. f8de55b crypto: tcrypt - Use unsigned long for mb ahash cycle counter by Herbert Xu · 8 years ago
  30. f83f5b1 crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues by Krzysztof Kozlowski · 8 years ago
  31. 14009c4 crypto: tcrypt - Add new mode for sha512_mb by Megha Dey · 8 years ago
  32. bee5cfd crypto: sha512-mb - Crypto computation (x4 AVX2) by Megha Dey · 8 years ago
  33. 2cdacb6 crypto: sha512-mb - Algorithm data structures by Megha Dey · 8 years ago
  34. 45691e2 crypto: sha512-mb - submit/flush routines for AVX2 by Megha Dey · 8 years ago
  35. 026bb8a crypto: sha512-mb - Enable SHA512 multibuffer support by Megha Dey · 8 years ago
  36. 8c603ff crypto: sha512-mb - SHA512 multibuffer job manager and glue code by Megha Dey · 8 years ago
  37. 9ac1c32 crypto: ux500 - do not build with -O0 by Arnd Bergmann · 8 years ago
  38. 61dc0a4 hwrng: omap - Fix assumption that runtime_get_sync will always succeed by Nishanth Menon · 8 years ago
  39. 90ab5a8 MAINTAINERS: update maintainer for qat by Tadeusz Struk · 8 years ago
  40. 4c79f6f crypto: sha1-mb - rename sha-mb to sha1-mb by Megha Dey · 8 years ago
  41. 087bcd2 crypto: tcrypt - Add speed tests for SHA multibuffer algorithms by Megha Dey · 8 years ago
  42. 9925324 crypto: sha256-mb - Crypto computation (x8 AVX2) by Megha Dey · 8 years ago
  43. 98cf103 crypto: sha256-mb - Algorithm data structures by Megha Dey · 8 years ago
  44. a377c6b crypto: sha256-mb - submit/flush routines for AVX2 by Megha Dey · 8 years ago
  45. 9be7e24 crypto: sha256-mb - Enable multibuffer support by Megha Dey · 8 years ago
  46. f876f44 crypto: sha256-mb - SHA256 multibuffer job manager and glue code by Megha Dey · 8 years ago
  47. ab17787 Documentation: devicetree: bindings: Add BCM5301x binding by Florian Fainelli · 8 years ago
  48. 8f44df1 crypto: ecdh - make ecdh_shared_secret unique by Stephen Rothwell · 8 years ago
  49. 5214099 hwrng: bcm2835 - Add support for Broadcom BCM5301x by Florian Fainelli · 8 years ago
  50. b578456 crypto: jitterentropy - use ktime_get_ns as fallback by Stephan Mueller · 8 years ago
  51. d56d72c KEYS: Use skcipher for big keys by Herbert Xu · 8 years ago
  52. 85e0687 crypto: omap-sham - set sw fallback to 240 bytes by Bin Liu · 8 years ago
  53. b973eaa crypto: omap - do not call dmaengine_terminate_all by Lokesh Vutla · 8 years ago
  54. 65e7a54 crypto: omap-sham - change queue size from 1 to 10 by Tero Kristo · 8 years ago
  55. e93f767 crypto: omap-sham - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  56. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  57. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  58. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  59. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 8 years ago
  60. 820573e crypto: ghash-ce - Fix cryptd reordering by Herbert Xu · 8 years ago
  61. 7271b33 crypto: ghash-clmulni - Fix cryptd reordering by Herbert Xu · 8 years ago
  62. 88407a3 crypto: ablk_helper - Fix cryptd reordering by Herbert Xu · 8 years ago
  63. 38b2f68 crypto: aesni - Fix cryptd reordering problem on gcm by Herbert Xu · 8 years ago
  64. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 8 years ago
  65. 47a1f0b crypto: marvell - Increase the size of the crypto queue by Romain Perier · 8 years ago
  66. 85030c5 crypto: marvell - Add support for chaining crypto requests in TDMA mode by Romain Perier · 8 years ago
  67. bf8f91e crypto: marvell - Add load balancing between engines by Romain Perier · 8 years ago
  68. 2786cee crypto: marvell - Move SRAM I/O operations to step functions by Romain Perier · 8 years ago
  69. 1bf6682 crypto: marvell - Add a complete operation for async requests by Romain Perier · 8 years ago
  70. 53da740 crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it by Romain Perier · 8 years ago
  71. bac8e80 crypto: marvell - Copy IV vectors by DMA transfers for acipher requests by Romain Perier · 8 years ago
  72. b99acf7 crypto: marvell - Fix wrong type check in dma functions by Romain Perier · 8 years ago
  73. f628308 crypto: marvell - Check engine is not already running when enabling a req by Romain Perier · 8 years ago
  74. e26df73 crypto: marvell - Add a macro constant for the size of the crypto queue by Romain Perier · 8 years ago
  75. 7ea0da1 crypto: chacha20-simd - Use generic code for small requests by Herbert Xu · 8 years ago
  76. fd2efd9 Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG" by Herbert Xu · 8 years ago
  77. 01ac945 crypto: drbg - fix an error code in drbg_init_sym_kernel() by Dan Carpenter · 8 years ago
  78. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
  79. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  80. 6999d50 crypto: caam - replace deprecated EXTRA_CFLAGS by Tudor Ambarus · 8 years ago
  81. a6ed42d crypto: caam - fix misspelled upper_32_bits by Arnd Bergmann · 8 years ago
  82. b30bdfa crypto: gcm - Filter out async ghash if necessary by Herbert Xu · 8 years ago
  83. 88f1d31 crypto: drbg - fix semicolon.cocci warnings by Wu Fengguang · 8 years ago
  84. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 8 years ago
  85. 103eb3f crypto: drbg - avoid duplicate maintenance of key by Stephan Mueller · 8 years ago
  86. a07203f crypto: drbg - use full CTR AES for update by Stephan Mueller · 8 years ago
  87. 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 8 years ago
  88. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  89. e123be1 hwrng: meson - Add Amlogic Meson Hardware Random Generator by Neil Armstrong · 8 years ago
  90. 5ad67c1 hwrng: exynos - fixup IO accesors by Ben Dooks · 8 years ago
  91. 773b197 crypto: qat - Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  92. 7405c8d crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  93. b005776 crypto: talitos - implement cra_priority by LEROY Christophe · 8 years ago
  94. e968b49 crypto: talitos - sg_to_link_tbl() not used anymore, remove it by LEROY Christophe · 8 years ago
  95. 549bd8b crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  96. 6a1e8d1 crypto: talitos - making mapping helpers more generic by LEROY Christophe · 8 years ago
  97. 246a87c crypto: talitos - move mapping helpers before IPSEC functions by LEROY Christophe · 8 years ago
  98. b096b54 crypto: talitos - using helpers for all talitos_ptr operations by LEROY Christophe · 8 years ago
  99. 63dac35 arm64: dts: ls1043a: add crypto node by Horia Geantă · 8 years ago
  100. e4a886e hwrng: chaoskey - Fix URB warning due to timeout on Alea by Bob Ham · 8 years ago