1. ac360fa crypto: ccp - select CONFIG_CRYPTO_RSA by Arnd Bergmann · 7 years ago
  2. d634bae crypto: ccp - avoid uninitialized variable warning by Arnd Bergmann · 7 years ago
  3. c871c10 crypto: serpent - improve __serpent_setkey with UBSAN by Arnd Bergmann · 7 years ago
  4. 72548b0 crypto: algif_aead - copy AAD from src to dst by Stephan Mueller · 7 years ago
  5. 5703c82 crypto: algif - return error code when no data was processed by Stephan Mueller · 7 years ago
  6. 5060ffc crypto: ccp - Add XTS-AES-256 support for CCP version 5 by Gary R Hook · 7 years ago
  7. 7f7216c crypto: ccp - Rework the unit-size check for XTS-AES by Gary R Hook · 7 years ago
  8. 47f27f1 crypto: ccp - Add a call to xts_check_key() by Gary R Hook · 7 years ago
  9. e652399 crypto: ccp - Fix XTS-AES-128 support on v5 CCPs by Gary R Hook · 7 years ago
  10. 7c83d68 crypto: arm64/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  11. 0d149ce crypto: arm/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  12. 03c9a33 crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL by Ard Biesheuvel · 7 years ago
  13. 3759ee0 crypto: arm/ghash - add NEON accelerated fallback for vmull.p64 by Ard Biesheuvel · 7 years ago
  14. 537c144 crypto: arm64/gcm - implement native driver using v8 Crypto Extensions by Ard Biesheuvel · 7 years ago
  15. ec808bb crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR by Ard Biesheuvel · 7 years ago
  16. 611d532 crypto: arm64/chacha20 - take may_use_simd() into account by Ard Biesheuvel · 7 years ago
  17. e211506 crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR by Ard Biesheuvel · 7 years ago
  18. 5092fcf crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  19. b8fb993 crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  20. f402e31 crypto: arm64/aes-ce-cipher - match round key endianness with generic code by Ard Biesheuvel · 7 years ago
  21. da17933 crypto: arm64/sha2-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  22. 0771f32 crypto: arm64/sha1-ce - add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  23. 15c7d8f crypto: arm64/crc32 - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  24. 2dde374 crypto: arm64/crct10dif - add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  25. 6d6254d crypto: arm64/ghash-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  26. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  27. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 7 years ago
  28. 9a42e4e crypto: rockchip - return the err code when unable dequeue the crypto request by Zain Wang · 7 years ago
  29. 641eacd crypto: rockchip - move the crypto completion from interrupt context by Zain Wang · 7 years ago
  30. 1d54494 hwrng: mx-rngc - add a driver for Freescale RNGC by Martin Kaiser · 7 years ago
  31. 15d05fd Documentation: devicetree: add Freescale RNGC binding by Steffen Trumtrar · 7 years ago
  32. 60f3aae hwrng: Kconfig - Correct help text about feeding entropy pool by PrasannaKumar Muralidharan · 7 years ago
  33. 6a8487a crypto: scompress - defer allocation of scratch buffer to first use by Ard Biesheuvel · 7 years ago
  34. cc4d110 crypto: scompress - free partially allocated scratch buffers on failure by Ard Biesheuvel · 7 years ago
  35. 3c08377 crypto: scompress - don't sleep with preemption disabled by Ard Biesheuvel · 7 years ago
  36. 9166c44 crypto: brcm - Support more FlexRM rings than SPU engines. by raveendra padasalagi · 7 years ago
  37. 6d2bce6 crypto: atmel-ecc - fix signed integer to u8 assignment by Tudor-Dan Ambarus · 7 years ago
  38. 952035b crypto: ecdh - fix concurrency on shared secret and pubkey by Tudor-Dan Ambarus · 7 years ago
  39. 0876d16 crypto: ccp - remove duplicate module version and author entry by Brijesh Singh · 7 years ago
  40. b66ad0b crypto: tcrypt - remove AES-XTS-192 speed tests by Horia Geantă · 7 years ago
  41. 0138d32 Crypto: atmel-ecc: Make a couple of local functions static by Colin Ian King · 7 years ago
  42. 1ce5b2f crypto: img-hash - remove unnecessary static in img_hash_remove() by Gustavo A. R. Silva · 7 years ago
  43. 47f1241 crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove() by Gustavo A. R. Silva · 7 years ago
  44. 22d96f0 crypto: atmel-sha - remove unnecessary static in atmel_sha_remove() by Gustavo A. R. Silva · 7 years ago
  45. 0588d85 crypto: omap-sham - remove unnecessary static in omap_sham_remove() by Gustavo A. R. Silva · 7 years ago
  46. b2e870f crypto: n2 - Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  47. 297b9ce crypto: caam/jr - add support for DPAA2 parts by Horia Geantă · 7 years ago
  48. e28c190 csrypto: ccp - Expand RSA support for a v5 ccp by Gary R Hook · 7 years ago
  49. ceeec0a crypto: ccp - Add support for RSA on the CCP by Gary R Hook · 7 years ago
  50. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 7 years ago
  51. 6ba46c7 crypto: ccp - Fix base RSA function for version 5 CCPs by Gary R Hook · 7 years ago
  52. 68cc652 crypto: ccp - Update copyright dates for 2017. by Gary R Hook · 7 years ago
  53. c2176f0 crypto: rng - ensure that the RNG is ready before using by Jason A. Donenfeld · 7 years ago
  54. 8a1012d crypto: stm32 - Support for STM32 HASH module by lionel.debieve@st.com · 7 years ago
  55. 7bb952c dt-bindings: Document STM32 HASH bindings by lionel.debieve@st.com · 7 years ago
  56. c35af01 crypto: stm32 - Rename module to use generic crypto by lionel.debieve@st.com · 7 years ago
  57. 0373d08 crypto: stm32 - solve crc issue during unbind by lionel.debieve@st.com · 7 years ago
  58. 3917751 crypto: stm32 - CRC use relaxed function by lionel.debieve@st.com · 7 years ago
  59. 430f133 crypto: caam - free qman_fq after kill_fq by Xulin Sun · 7 years ago
  60. d887c52 crypto: algif_aead - overhaul memory management by Stephan Mueller · 7 years ago
  61. e870456 crypto: algif_skcipher - overhaul memory management by Stephan Mueller · 7 years ago
  62. 10a515d hwrng: remember rng chosen by user by Harald Freudenberger · 7 years ago
  63. 2bbb698 hwrng: use rng source with best quality by Harald Freudenberger · 7 years ago
  64. ad81808 crypto: caam - fix condition for the jump over key(s) command by Tudor Ambarus · 7 years ago
  65. f366af4 crypto: caam - clean-up in caam_init_rng() by Horia Geantă · 7 years ago
  66. 60a3f73 crypto: caam - remove unused variables in caam_drv_private by Tudor Ambarus · 7 years ago
  67. bcde1f7 crypto: caam - remove unused sg_to_sec4_sg_len() by Horia Geantă · 7 years ago
  68. c7a91eb crypto: caam/qi - lower driver verbosity by Horia Geantă · 7 years ago
  69. b3b2046 crypto: caam/qi - remove unused header sg_sw_sec4.h by Horia Geantă · 7 years ago
  70. 5747ff3 crypto: caam/qi - explicitly set dma_ops by Horia Geantă · 7 years ago
  71. 36cda08 crypto: caam/qi - fix AD length endianness in S/G entry by Horia Geantă · 7 years ago
  72. eb9ba37 crypto: caam/qi - handle large number of S/Gs case by Horia Geantă · 7 years ago
  73. a68a193 crypto: caam/qi - properly set IV after {en,de}crypt by Horia Geantă · 7 years ago
  74. 1ed289f crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y by Horia Geantă · 7 years ago
  75. 972b812 crypto: caam/qi - fix compilation with DEBUG enabled by Horia Geantă · 7 years ago
  76. 84ea954 crypto: caam/qi - fix typo in authenc alg driver name by Horia Geantă · 7 years ago
  77. c609048 crypto: brcm - add NULL check on of_match_device() return value by Gustavo A. R. Silva · 7 years ago
  78. 24086e3 crypto: geode-aes - fixed coding style warnings and error by Chris Gorman · 7 years ago
  79. 57de3ae crypto: ccp - remove ccp_present() check from device initialize by Brijesh Singh · 7 years ago
  80. d0ebbc0 crypto: ccp - rename ccp driver initialize files as sp device by Brijesh Singh · 7 years ago
  81. f4d18d6 crypto: ccp - Abstract interrupt registeration by Brijesh Singh · 7 years ago
  82. 720419f crypto: ccp - Introduce the AMD Secure Processor device by Brijesh Singh · 7 years ago
  83. 970e830 crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup by Brijesh Singh · 7 years ago
  84. a0a613a MAINTAINERS: add a maintainer for Microchip / Atmel ECC driver by Tudor-Dan Ambarus · 7 years ago
  85. 1110569 crypto: atmel-ecc - introduce Microchip / Atmel ECC driver by Tudor-Dan Ambarus · 7 years ago
  86. 66d3994 crypto: kpp - add get/set_flags helpers by Tudor-Dan Ambarus · 7 years ago
  87. b8ae5c7 crypto: sun4i-ss - support the Security System PRNG by Corentin LABBE · 7 years ago
  88. 3822c33 crypto: omap-des - fix error return code in omap_des_probe() by Gustavo A. R. Silva · 7 years ago
  89. 62c58f8 crypto: omap-aes - fix error return code in omap_aes_probe() by Gustavo A. R. Silva · 7 years ago
  90. 353ef08 crypto: mxs-dcp - print error message on platform_get_irq failure by Gustavo A. R. Silva · 7 years ago
  91. 5a19dc5 crypto: mxc-scc - fix error code in mxc_scc_probe() by Gustavo A. R. Silva · 7 years ago
  92. 0a7d710 crypto: mediatek - fix error return code in mtk_crypto_probe() by Gustavo A. R. Silva · 7 years ago
  93. 28a2cc6 crypto: ccp - print error message on platform_get_irq failure by Gustavo A. R. Silva · 7 years ago
  94. 33460b2 crypto: ccp - Provide an error path for debugfs setup failure by Gary R Hook · 7 years ago
  95. bce386a crypto: ccp - Change all references to use the JOB ID macro by Gary R Hook · 7 years ago
  96. 77af0ae crypto: ccp - Fix some line spacing by Gary R Hook · 7 years ago
  97. 30aabe3 crypto: sahara - make of_device_ids const by Arvind Yadav · 7 years ago
  98. a93854c crypto: qat - fix spelling mistake: "runing" -> "running" by Colin Ian King · 7 years ago
  99. d31e712 crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services by Zeng, Xin · 7 years ago
  100. 41cdf7a crypto: authencesn - Fix digest_null crash by Herbert Xu · 7 years ago