1. ef5c73b crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number by Krzysztof Kozlowski · 6 years ago
  2. d9a5289 crypto: stm32 - drop pointless static qualifier in stm32_hash_remove() by Mao Wenan · 6 years ago
  3. 8cd9d18 crypto: chelsio - Fixed Traffic Stall by Atul Gupta · 6 years ago
  4. bf432e7 crypto: marvell - Remove set but not used variable 'ivsize' by YueHaibing · 6 years ago
  5. 7df5218 crypto: ccp - Update driver messages to remove some confusion by Lendacky, Thomas · 6 years ago
  6. 333e6647 crypto: adiantum - add 1536 and 4096-byte test vectors by Eric Biggers · 6 years ago
  7. 367ecc0 crypto: nhpoly1305 - add a test vector with len % 16 != 0 by Eric Biggers · 6 years ago
  8. 511306b crypto: arm/aes-ce - update IV after partial final CTR block by Eric Biggers · 6 years ago
  9. fa5fd3a crypto: arm64/aes-blk - update IV after partial final CTR block by Eric Biggers · 6 years ago
  10. e674dbc crypto: testmgr - add iv_out to all CTR test vectors by Eric Biggers · 6 years ago
  11. cdc6946 crypto: testmgr - add iv_out to all CBC test vectors by Eric Biggers · 6 years ago
  12. 8efd972 crypto: testmgr - support checking skcipher output IV by Eric Biggers · 6 years ago
  13. c9e1d48 crypto: testmgr - remove extra bytes from 3DES-CTR IVs by Eric Biggers · 6 years ago
  14. c1c214a crypto: rockchip - update new iv to device in multiple operations by Zhang Zhijie · 6 years ago
  15. 4359669 crypto: rockchip - fix scatterlist nents error by Zhang Zhijie · 6 years ago
  16. b5be853 crypto: ccree - fix missing break in switch statement by Gustavo A. R. Silva · 6 years ago
  17. 05bd1be crypto: caam/qi2 - relax busy polling while enqueuing FDs by Horia Geantă · 6 years ago
  18. f1657eb crypto: caam/qi2 - rate-limit enqueue failure prints by Horia Geantă · 6 years ago
  19. ac5d15b crypto: caam/qi2 - use affine DPIOs by Horia Geantă · 6 years ago
  20. 7d220dab crypto: chtls - remove cdev_list_lock by Sebastian Andrzej Siewior · 6 years ago
  21. 9dd24d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next by Herbert Xu · 6 years ago
  22. cf64e49 crypto: caam - weak key checking for cbc des, 3des by Iuliana Prodan · 6 years ago
  23. eaed71a crypto: caam - add ecb(*) support by Iuliana Prodan · 6 years ago
  24. bd30cf5 crypto: export arc4 defines by Iuliana Prodan · 6 years ago
  25. ba4cf71 crypto: caam - use mapped_{src,dst}_nents for job descriptor by Iuliana Prodan · 6 years ago
  26. 920d7f7 crypto: qat - Remove unused goto label by Herbert Xu · 6 years ago
  27. 532a50f MAINTAINERS: crypto: ccree: remove co-maintainer by Gilad Ben-Yossef · 6 years ago
  28. a6e5ef9 crypto: testmgr - check for aead_request corruption by Eric Biggers · 6 years ago
  29. fa353c9 crypto: testmgr - check for skcipher_request corruption by Eric Biggers · 6 years ago
  30. 4cc2dcf crypto: testmgr - convert hash testing to use testvec_configs by Eric Biggers · 6 years ago
  31. ed96804 crypto: testmgr - convert aead testing to use testvec_configs by Eric Biggers · 6 years ago
  32. 4e7babba crypto: testmgr - convert skcipher testing to use testvec_configs by Eric Biggers · 6 years ago
  33. 25f9ddd crypto: testmgr - implement random testvec_config generation by Eric Biggers · 6 years ago
  34. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  35. 3f47a03 crypto: testmgr - add testvec_config struct and helper functions by Eric Biggers · 6 years ago
  36. 12455e3 crypto: arm64/aes-neonbs - fix returning final keystream block by Eric Biggers · 6 years ago
  37. 77568e5 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
  38. 3af3496 crypto: x86/aesni-gcm - fix crash on empty plaintext by Eric Biggers · 6 years ago
  39. 2060e28 crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP by Eric Biggers · 6 years ago
  40. ba6771c crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP by Eric Biggers · 6 years ago
  41. d644f1c crypto: morus - fix handling chunked inputs by Eric Biggers · 6 years ago
  42. 0f533e6 crypto: aegis - fix handling chunked inputs by Eric Biggers · 6 years ago
  43. 42e95d1 crypto: caam - fixed handling of sg list by Pankaj Gupta · 6 years ago
  44. 6227cd1 crypto: arm64/crct10dif-ce - cleanup and optimizations by Eric Biggers · 6 years ago
  45. e7b3ed3 crypto: arm/crct10dif-ce - cleanup and optimizations by Eric Biggers · 6 years ago
  46. 0974037 crypto: x86/crct10dif-pcl - cleanup and optimizations by Eric Biggers · 6 years ago
  47. f8903b3 crypto: ccp - fix the SEV probe in kexec boot path by Singh, Brijesh · 6 years ago
  48. e3d90e52 crypto: testmgr - use kmemdup by Christopher Diaz Riveros · 6 years ago
  49. 8336bdf crypto: arm64/crct10dif - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  50. 1b2ca56 crypto: arm64/crct10dif - remove dead code by Ard Biesheuvel · 6 years ago
  51. c03f3cb crypto: arm/crct10dif - remove dead code by Ard Biesheuvel · 6 years ago
  52. d72b9d4 crypto: arm64/crct10dif - revert to C code for short inputs by Ard Biesheuvel · 6 years ago
  53. 62fecf2 crypto: arm/crct10dif - revert to C code for short inputs by Ard Biesheuvel · 6 years ago
  54. c19650d crypto: caam - fix DMA mapping of stack memory by Horia Geantă · 6 years ago
  55. 5a22b198 crypto: arm64/ghash - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  56. a8a3441 crypto: testmgr - mark crc32 checksum as FIPS allowed by Milan Broz · 6 years ago
  57. 87fec01 crypto: bcm - remove -I. header search path and unused macro define by Masahiro Yamada · 6 years ago
  58. 320ca3e crypto: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  59. f935290 crypto: arm64/aes-ccm - don't use an atomic walk needlessly by Ard Biesheuvel · 6 years ago
  60. 969e2f5 crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine by Ard Biesheuvel · 6 years ago
  61. eaf46ed crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling by Ard Biesheuvel · 6 years ago
  62. eb5e673 crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  63. 341a64c crypto: axis - move request unmap outside of the queue lock by Vincent Whitchurch · 6 years ago
  64. 5997a24 crypto: axis - use a constant time tag compare by Lars Persson · 6 years ago
  65. 48ef090 crypto: axis - support variable AEAD tag length by Lars Persson · 6 years ago
  66. 0d1d482 crypto: axis - give DMA the start of the status buffer by Lars Persson · 6 years ago
  67. c34a838 crypto: axis - fix for recursive locking from bottom half by Lars Persson · 6 years ago
  68. f68deeb crypto: axis - remove sha512 support for artpec7 by Lars Persson · 6 years ago
  69. 971108c crypto: axis - remove sha384 support for artpec7 by Lars Persson · 6 years ago
  70. 6e88098 crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments by Corentin Labbe · 6 years ago
  71. b04a27c crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op by YueHaibing · 6 years ago
  72. 16c8ad7 crypto: caam - fix indentation of goto label by Roland Hieber · 6 years ago
  73. fbb371c crypto: caam - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  74. 31e1d26 crypto: ccp - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  75. 97a93b2 crypto: cavium/nitrox - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  76. e30886b crypto: cavium/zip - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  77. 6de599b crypto: axis - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  78. 54eedf0 crypto: ccree - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  79. f0fcf9a crypto: qat - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  80. 763069b crypto: caam - handle zero-length AEAD output by Horia Geantă · 6 years ago
  81. 87870cf crypto: caam - add support for cmac(aes) by Iuliana Prodan · 6 years ago
  82. 7e33d4d crypto: seqiv - Use kmemdup in seqiv_aead_encrypt() by YueHaibing · 6 years ago
  83. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  84. 37ebfff crypto: bcm - remove unused function do_decrypt() by Eric Biggers · 6 years ago
  85. aef027d hwrng: virtio - Avoid repeated init of completion by David Tolnay · 6 years ago
  86. 1a5e02b crypto: chacha20poly1305 - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  87. 9f8ef36 crypto: ctr - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  88. 56a00d9 crypto: gcm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  89. 0db1903 crypto: ccm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  90. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  91. 747bd2a crypto: morus - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  92. bb4ce82 crypto: aegis - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  93. 12ea20f crypto: morus - Cleanup license mess by Thomas Gleixner · 6 years ago
  94. ea5d8cf crypto: aegis - Cleanup license mess by Thomas Gleixner · 6 years ago
  95. 27c6feb crypto: chelsio - Inline single pdu only by Atul Gupta · 6 years ago
  96. 4da66b7 crypto: chelsio - avoid using sa_entry imm by Atul Gupta · 6 years ago
  97. 2b5ac17 crypto: ccree - don't copy zero size ciphertext by Gilad Ben-Yossef · 6 years ago
  98. 27649c3 crypto: ccree - shared irq lines are not a bug by Gilad Ben-Yossef · 6 years ago
  99. c139c72 crypto: ccree - unmap buffer before copying IV by Gilad Ben-Yossef · 6 years ago
  100. 1ffbe13 crypto: ccree - remove legacy leftover by Hadar Gat · 6 years ago