1. 87fec01 crypto: bcm - remove -I. header search path and unused macro define by Masahiro Yamada · 6 years ago
  2. 320ca3e crypto: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  3. f935290 crypto: arm64/aes-ccm - don't use an atomic walk needlessly by Ard Biesheuvel · 6 years ago
  4. 969e2f5 crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine by Ard Biesheuvel · 6 years ago
  5. eaf46ed crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling by Ard Biesheuvel · 6 years ago
  6. eb5e673 crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  7. 341a64c crypto: axis - move request unmap outside of the queue lock by Vincent Whitchurch · 6 years ago
  8. 5997a24 crypto: axis - use a constant time tag compare by Lars Persson · 6 years ago
  9. 48ef090 crypto: axis - support variable AEAD tag length by Lars Persson · 6 years ago
  10. 0d1d482 crypto: axis - give DMA the start of the status buffer by Lars Persson · 6 years ago
  11. c34a838 crypto: axis - fix for recursive locking from bottom half by Lars Persson · 6 years ago
  12. f68deeb crypto: axis - remove sha512 support for artpec7 by Lars Persson · 6 years ago
  13. 971108c crypto: axis - remove sha384 support for artpec7 by Lars Persson · 6 years ago
  14. 6e88098 crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments by Corentin Labbe · 6 years ago
  15. b04a27c crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op by YueHaibing · 6 years ago
  16. 16c8ad7 crypto: caam - fix indentation of goto label by Roland Hieber · 6 years ago
  17. fbb371c crypto: caam - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  18. 31e1d26 crypto: ccp - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  19. 97a93b2 crypto: cavium/nitrox - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  20. e30886b crypto: cavium/zip - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  21. 6de599b crypto: axis - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  22. 54eedf0 crypto: ccree - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  23. f0fcf9a crypto: qat - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  24. 763069b crypto: caam - handle zero-length AEAD output by Horia Geantă · 6 years ago
  25. 87870cf crypto: caam - add support for cmac(aes) by Iuliana Prodan · 6 years ago
  26. 7e33d4d crypto: seqiv - Use kmemdup in seqiv_aead_encrypt() by YueHaibing · 6 years ago
  27. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  28. 37ebfff crypto: bcm - remove unused function do_decrypt() by Eric Biggers · 6 years ago
  29. aef027d hwrng: virtio - Avoid repeated init of completion by David Tolnay · 6 years ago
  30. 1a5e02b crypto: chacha20poly1305 - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  31. 9f8ef36 crypto: ctr - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  32. 56a00d9 crypto: gcm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  33. 0db1903 crypto: ccm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  34. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  35. 747bd2a crypto: morus - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  36. bb4ce82 crypto: aegis - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  37. 12ea20f crypto: morus - Cleanup license mess by Thomas Gleixner · 6 years ago
  38. ea5d8cf crypto: aegis - Cleanup license mess by Thomas Gleixner · 6 years ago
  39. 27c6feb crypto: chelsio - Inline single pdu only by Atul Gupta · 6 years ago
  40. 4da66b7 crypto: chelsio - avoid using sa_entry imm by Atul Gupta · 6 years ago
  41. 2b5ac17 crypto: ccree - don't copy zero size ciphertext by Gilad Ben-Yossef · 6 years ago
  42. 27649c3 crypto: ccree - shared irq lines are not a bug by Gilad Ben-Yossef · 6 years ago
  43. c139c72 crypto: ccree - unmap buffer before copying IV by Gilad Ben-Yossef · 6 years ago
  44. 1ffbe13 crypto: ccree - remove legacy leftover by Hadar Gat · 6 years ago
  45. a4941195 crypto: ccree - fix free of unallocated mlli buffer by Hadar Gat · 6 years ago
  46. 32be4c5 crypto: ccree - add error message by Hadar Gat · 6 years ago
  47. ccba2f1 crypto: ccree - improve error handling by Hadar Gat · 6 years ago
  48. a0d608e crypto: testmgr - unify the AEAD encryption and decryption test vectors by Eric Biggers · 6 years ago
  49. d7250b4 crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption tests by Eric Biggers · 6 years ago
  50. f38e888 crypto: testmgr - add gcm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  51. de845da crypto: testmgr - add ccm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  52. 5bc3de5 crypto: testmgr - skip AEAD encryption test vectors with novrfy set by Eric Biggers · 6 years ago
  53. 6d0d6cf crypto: af_alg - remove redundant initializations of sk_family by Eric Biggers · 6 years ago
  54. 7c39edf crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl() by Eric Biggers · 6 years ago
  55. 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  56. 554557c crypto: stat - remove unused mutex by Eric Biggers · 6 years ago
  57. f990f7f crypto: tgr192 - fix unaligned memory access by Eric Biggers · 6 years ago
  58. 793ff5f crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static const by Eric Biggers · 6 years ago
  59. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  60. cb9dde8 crypto: testmgr - handle endianness correctly in alg_test_crc32c() by Eric Biggers · 6 years ago
  61. 73381da crypto: streebog - use correct endianness type by Eric Biggers · 6 years ago
  62. a1180cf crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h> by Eric Biggers · 6 years ago
  63. 1866655 crypto: gcm - use correct endianness type in gcm_hash_len() by Eric Biggers · 6 years ago
  64. 707d0cf crypto: brcm - Fix some set-but-not-used warning by YueHaibing · 6 years ago
  65. 0507de9 crypto: testmgr - split akcipher tests by a key type by Vitaly Chikunov · 6 years ago
  66. 2b091e3 crypto: shash - remove pointless checks of shash_alg::{export,import} by Eric Biggers · 6 years ago
  67. 41a2e94 crypto: shash - require neither or both ->export() and ->import() by Eric Biggers · 6 years ago
  68. 6ebc970 crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  69. b1f6b4b crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  70. ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  71. 6b47666 crypto: algapi - reject NULL crypto_spawn::inst by Eric Biggers · 6 years ago
  72. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  73. 31d40c2 crypto: null - convert ecb-cipher_null to skcipher API by Eric Biggers · 6 years ago
  74. 426bcb5 crypto: arc4 - convert to skcipher API by Eric Biggers · 6 years ago
  75. 0be487b crypto: pcbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  76. fb6de25 crypto: pcbc - remove ability to wrap internal ciphers by Eric Biggers · 6 years ago
  77. 21f3ca6 crypto: ofb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  78. 6b611d9 crypto: keywrap - convert to skcipher API by Eric Biggers · 6 years ago
  79. 52e9368 crypto: ecb - convert to skcipher API by Eric Biggers · 6 years ago
  80. 11f1463 crypto: ctr - convert to skcipher API by Eric Biggers · 6 years ago
  81. 03b8302 crypto: cfb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  82. a5a84a9 crypto: cbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  83. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  84. 251b7ae crypto: pcbc - remove bogus memcpy()s with src == dest by Eric Biggers · 6 years ago
  85. b3e3e2d crypto: ofb - fix handling partial blocks and make thread-safe by Eric Biggers · 6 years ago
  86. 6c2e322 crypto: cfb - remove bogus memcpy() with src == dest by Eric Biggers · 6 years ago
  87. 394a9e0 crypto: cfb - add missing 'chunksize' property by Eric Biggers · 6 years ago
  88. 1bb64d8 crypto: virtio - clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
  89. af8cb01 crypto: Kconfig - Fix typo in "pclmul" by haco · 6 years ago
  90. e124682 crypto: chelsio - remove set but not used variables 'adap' by YueHaibing · 6 years ago
  91. 66af86d crypto: chelsio - check set_msg_len overflow in generate_b0 by YueHaibing · 6 years ago
  92. be8a54d crypto: ux500 - catch dma submission error by YueHaibing · 6 years ago
  93. d072bfa crypto: crypto4xx - add prng crypto support by Christian Lamparter · 6 years ago
  94. 12b8567 crypto: caam - add support for xcbc(aes) by Iuliana Prodan · 6 years ago
  95. 9a2537d crypto: caam - create ahash shared descriptors only once by Iuliana Prodan · 6 years ago
  96. 0f103b3 crypto: caam - fix error reporting for caam_hash_alloc by Iuliana Prodan · 6 years ago
  97. fa5cd1c crypto: ccp - Update copyright notices and dates by Hook, Gary · 6 years ago
  98. 8d555c5 crypto: chtls - remove set but not used variables 'err, adap, request, hws' by YueHaibing · 6 years ago
  99. bec9ba7 crypto: cipher - remove struct cipher_desc by Eric Biggers · 6 years ago
  100. 5b3b987 crypto: caam - move shared symbols in a common location by Horia Geantă · 6 years ago