1. f651bd9 crypto: vmx - Document CTR mode counter width quirks by Daniel Axtens · 6 years ago
  2. 334d37c crypto: caam - update IV using HW support by Horia Geantă · 6 years ago
  3. 059d73e crypto: caam - use len instead of nents for bulding HW S/G table by Horia Geantă · 6 years ago
  4. 1fa6d05 hwrng: iproc-rng200 - Add support for 7211 by Florian Fainelli · 6 years ago
  5. 6223949 dt-bindings: rng: Document BCM7211 RNG compatible string by Florian Fainelli · 6 years ago
  6. bdb275b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  7. b0d7652 crypto: sahara - Use devm_platform_ioremap_resource() by Fabio Estevam · 6 years ago
  8. cec1caa crypto: mxs-dcp - Use devm_platform_ioremap_resource() by Fabio Estevam · 6 years ago
  9. b020006 crypto: hisilicon - Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  10. 1793d1a crypto: qat - use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  11. 0b21133 ARM: dts: imx7ulp: add crypto support by Iuliana Prodan · 6 years ago
  12. 9878509 crypto: cavium/nitrox - Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  13. dd50861 crypto: bcm - Make some symbols static by YueHaibing · 6 years ago
  14. 860ab2e crypto: chacha - constify ctx and iv arguments by Eric Biggers · 6 years ago
  15. 76cadf2 crypto: chacha20poly1305 - a few cleanups by Eric Biggers · 6 years ago
  16. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
  17. 81bcbb1 crypto: skcipher - un-inline encrypt and decrypt functions by Eric Biggers · 6 years ago
  18. f2fe115 crypto: aead - un-inline encrypt and decrypt functions by Eric Biggers · 6 years ago
  19. 0726955 crypto: x86/aesni - remove unused internal cipher algorithm by Eric Biggers · 6 years ago
  20. 03d66cf crypto: doc - improve the skcipher API example code by Eric Biggers · 6 years ago
  21. e63e1b0 crypto: testmgr - add some more preemption points by Eric Biggers · 6 years ago
  22. 177f87d crypto: algapi - require cra_name and cra_driver_name by Eric Biggers · 6 years ago
  23. d6ebf52 crypto: make all generic algorithms set cra_driver_name by Eric Biggers · 6 years ago
  24. 7545b6c crypto: chacha20poly1305 - fix atomic sleep when using async algorithm by Eric Biggers · 6 years ago
  25. 4bb02db crypto: atmel-i2c - Fix build error while CRC16 set to m by YueHaibing · 6 years ago
  26. 385cfc8 crypto: caam - disable some clock checks for iMX7ULP by Iuliana Prodan · 6 years ago
  27. ed527b1 crypto: caam - limit output IV to CBC to work around CTR mode DMA issue by Ard Biesheuvel · 6 years ago
  28. 49d2216 crypto: atmel - Fix sparse endianness warnings by Herbert Xu · 6 years ago
  29. 20a0f97 crypto: lrw - use correct alignmask by Eric Biggers · 6 years ago
  30. 5c6bc4d crypto: ghash - fix unaligned memory access in ghash_setkey() by Eric Biggers · 6 years ago
  31. 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
  32. d9d67c8 crypto: jitter - update implementation to 2.1.2 by Stephan Müller · 6 years ago
  33. d8ea98a crypto: testmgr - test the shash API by Eric Biggers · 6 years ago
  34. 6bd934d crypto: arm64/sha2-ce - correct digest for empty data in finup by Elena Petrova · 6 years ago
  35. 1d4aaf1 crypto: arm64/sha1-ce - correct digest for empty data in finup by Elena Petrova · 6 years ago
  36. 3b2614c crypto: caam - strip input without changing crypto request by Iuliana Prodan · 6 years ago
  37. c3725f7 crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input by Iuliana Prodan · 6 years ago
  38. 8933259 crypto: inside-secure - do not rely on the hardware last bit for result descriptors by Antoine Tenart · 6 years ago
  39. 583d7e1 crypto: inside-secure - fix use of the SG list by Antoine Tenart · 6 years ago
  40. 082ec2d crypto: inside-secure - add support for HMAC updates by Antoine Tenart · 6 years ago
  41. 57660b1 crypto: inside-secure - implement IV retrieval by Antoine Tenart · 6 years ago
  42. ccd65a2 crypto: inside-secure - fix queued len computation by Antoine Tenart · 6 years ago
  43. b926213 crypto: inside-secure - fix zeroing of the request in ahash_exit_inv by Antoine Tenart · 6 years ago
  44. aa524286 crypto: inside-secure - unify cache reset by Antoine Tenart · 6 years ago
  45. 97a1440 crypto: inside-secure - enable context reuse by Antoine Tenart · 6 years ago
  46. 082a9d0 crypto: inside-secure - change returned error when a descriptor reports an error by Antoine Tenart · 6 years ago
  47. 942d849 crypto: inside-secure - improve the result error format when displayed by Antoine Tenart · 6 years ago
  48. 709ecc1 crypto: inside-secure - remove useless check by Antoine Tenart · 6 years ago
  49. 0733eab crypto: inside-secure - fix coding style for a condition by Antoine Tenart · 6 years ago
  50. dd4306a crypto: inside-secure - move comment by Antoine Tenart · 6 years ago
  51. cb9877b crypto: inside-secure - remove empty line by Antoine Tenart · 6 years ago
  52. 0adb0c9 dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices by Ard Biesheuvel · 6 years ago
  53. 2af8c89 dt-bindings: add Atmel SHA204A I2C crypto processor by Ard Biesheuvel · 6 years ago
  54. da001fb crypto: atmel-i2c - add support for SHA204A random number generator by Ard Biesheuvel · 6 years ago
  55. c34a320 crypto: atmel-ecc - factor out code that can be shared by Ard Biesheuvel · 6 years ago
  56. 3c756aa crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms by Ard Biesheuvel · 6 years ago
  57. 4befedc i2c: acpi: permit bus speed to be discovered after enumeration by Ard Biesheuvel · 6 years ago
  58. 8a82451 crypto: caam - print messages in caam_dump_sg at debug level by Sascha Hauer · 6 years ago
  59. 6e00550 crypto: caam - print debug messages at debug level by Sascha Hauer · 6 years ago
  60. 32f75e6 crypto: caam - remove unused defines by Sascha Hauer · 6 years ago
  61. f6b99b6 crypto: caam - print IV only when non NULL by Sascha Hauer · 6 years ago
  62. ff455ad9 crypto: ixp4xx - Fix cross-compile errors due to type mismatch by Herbert Xu · 6 years ago
  63. ff9f902 crypto: talitos - use SPDX-License-Identifier by Christophe Leroy · 6 years ago
  64. 89b32df crypto: talitos - use IS_ENABLED() in has_ftr_sec1() by Christophe Leroy · 6 years ago
  65. fbb8d46 Revert "crypto: talitos - export the talitos_submit function" by Christophe Leroy · 6 years ago
  66. e345177 crypto: talitos - fix AEAD processing. by Christophe Leroy · 6 years ago
  67. c9cca70 crypto: talitos - Align SEC1 accesses to 32 bits boundaries. by Christophe Leroy · 6 years ago
  68. eae55a5 crypto: talitos - properly handle split ICV. by Christophe Leroy · 6 years ago
  69. 4bbfb83 crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking. by Christophe Leroy · 6 years ago
  70. 7ede4c3 crypto: talitos - Do not modify req->cryptlen on decryption. by Christophe Leroy · 6 years ago
  71. d84cc9c crypto: talitos - fix ECB algs ivsize by Christophe Leroy · 6 years ago
  72. ee483d3 crypto: talitos - check data blocksize in ablkcipher. by Christophe Leroy · 6 years ago
  73. b9a05b6 crypto: talitos - fix CTR alg blocksize by Christophe Leroy · 6 years ago
  74. 1ba34e7 crypto: talitos - check AES key size by Christophe Leroy · 6 years ago
  75. b8fbdc2 crypto: talitos - reduce max key size for SEC1 by Christophe Leroy · 6 years ago
  76. a1a42f8 crypto: talitos - rename alternative AEAD algos. by Christophe Leroy · 6 years ago
  77. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
  78. 84ede58 crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST by Eric Biggers · 6 years ago
  79. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  80. e590e13 crypto: gf128mul - make unselectable by user by Eric Biggers · 6 years ago
  81. 8780414 crypto: echainiv - change to 'default n' by Eric Biggers · 6 years ago
  82. c8a3315 crypto: make all templates select CRYPTO_MANAGER by Eric Biggers · 6 years ago
  83. 929d34c crypto: testmgr - make extra tests depend on cryptomgr by Eric Biggers · 6 years ago
  84. e944eab crypto: testmgr - fix length truncation with large page size by Eric Biggers · 6 years ago
  85. 2621a86 crypto: vmx - convert to skcipher API by Eric Biggers · 6 years ago
  86. 1fa0a7d crypto: vmx - convert to SPDX license identifiers by Eric Biggers · 6 years ago
  87. 1a9e937 hwrng: meson - update with SPDX Licence identifier by Neil Armstrong · 6 years ago
  88. 7829a0c crypto: hmac - fix memory leak in hmac_init_tfm() by Eric Biggers · 6 years ago
  89. 9c5b34c2f crypto: jitterentropy - change back to module_init() by Eric Biggers · 6 years ago
  90. 0f7a813 crypto: crypto4xx - block ciphers should only accept complete blocks by Christian Lamparter · 6 years ago
  91. 70c4997 crypto: crypto4xx - fix blocksize for cfb and ofb by Christian Lamparter · 6 years ago
  92. bfa2ba7 crypto: crypto4xx - fix AES CTR blocksize value by Christian Lamparter · 6 years ago
  93. bb992bc crypto: caam - print debugging hex dumps after unmapping by Sascha Hauer · 6 years ago
  94. 3e03e79 crypto: talitos - fix skcipher failure due to wrong output IV by Christophe Leroy · 6 years ago
  95. 89646fd crypto: ccp - Fix 3DES complaint from ccp-crypto module by Hook, Gary · 6 years ago
  96. c3b359d crypto: ccp - fix AES CFB error exposed by new test vectors by Hook, Gary · 6 years ago
  97. 499df96 crypto: ccp - AES CFB mode is a stream cipher by Hook, Gary · 6 years ago
  98. efc77e8 crypto: arm/sha512 - Make sha512_arm_final static by YueHaibing · 6 years ago
  99. db07cd2 crypto: drbg - add FIPS 140-2 CTRNG for noise source by Stephan Mueller · 6 years ago
  100. a7cd942 crypto: caam/qi - DMA map keys using proper device by Horia Geantă · 6 years ago