1. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  2. 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  3. 2043323 crypto: chacha_generic - remove unnecessary setkey() functions by Eric Biggers · 5 years ago
  4. 660eda8 crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER by Eric Biggers · 5 years ago
  5. e18036d crypto: essiv - remove redundant null pointer check before kfree by Chen Wandun · 5 years ago
  6. c433a1a crypto: blake2b - rename tfm context and _setkey callback by David Sterba · 5 years ago
  7. 0b4b5f1 crypto: blake2b - merge _update to api callback by David Sterba · 5 years ago
  8. a2e4bdc crypto: blake2b - open code set last block helper by David Sterba · 5 years ago
  9. d063d63 crypto: blake2b - delete unused structs or members by David Sterba · 5 years ago
  10. e87e484 crypto: blake2b - simplify key init by David Sterba · 5 years ago
  11. e374969 crypto: blake2b - merge blake2 init to api callback by David Sterba · 5 years ago
  12. 086db43 crypto: blake2b - merge _final implementation to callback by David Sterba · 5 years ago
  13. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  14. 07d8f18 crypto: tcrypt - constify check alg list by Corentin Labbe · 5 years ago
  15. bb611bd crypto: curve25519 - x86_64 library and KPP implementations by Jason A. Donenfeld · 5 years ago
  16. ee772cb crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 5 years ago
  17. f613457 crypto: curve25519 - add kpp selftest by Ard Biesheuvel · 5 years ago
  18. ed0356e crypto: blake2s - x86_64 SIMD implementation by Jason A. Donenfeld · 5 years ago
  19. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  20. 17e1df6 crypto: testmgr - add test cases for Blake2s by Ard Biesheuvel · 5 years ago
  21. c12d336 int128: move __uint128_t compiler test to Kconfig by Ard Biesheuvel · 5 years ago
  22. a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
  23. f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
  24. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  25. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  26. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  27. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  28. 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago
  29. 3a2f58f crypto: mips/chacha - wire up accelerated 32r2 code from Zinc by Ard Biesheuvel · 5 years ago
  30. 84e03fa crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 5 years ago
  31. 28e8d89 crypto: x86/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 5 years ago
  32. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  33. 746b2e0 crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 5 years ago
  34. 20cc01b crypto: aead - Split out geniv into its own module by Herbert Xu · 5 years ago
  35. 8ab23d5 crypto: api - Add softdep on cryptomgr by Herbert Xu · 5 years ago
  36. 698b222 crypto: tgr192 - remove unneeded semicolon by Tian Tao · 5 years ago
  37. 47f9c27 KEYS: trusted: Create trusted keys subsystem by Sumit Garg · 5 years ago
  38. c6f61e5 KEYS: Use common tpm_buf for trusted and asymmetric keys by Sumit Garg · 5 years ago
  39. 74edff2 tpm: Move tpm_buf code to include/linux/ by Sumit Garg · 5 years ago
  40. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  41. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  42. 5325306 crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type by Eric Biggers · 5 years ago
  43. d3ca75a crypto: skcipher - unify the crypto_has_skcipher*() functions by Eric Biggers · 5 years ago
  44. a1afe27 crypto: testmgr - add test vectors for blake2b by David Sterba · 5 years ago
  45. 91d6893 crypto: blake2b - add blake2b generic implementation by David Sterba · 5 years ago
  46. f398243 crypto: ecdh - fix big endian bug in ECC library by Ard Biesheuvel · 5 years ago
  47. 7f725f4 crypto: powerpc - convert SPE AES algorithms to skcipher API by Eric Biggers · 5 years ago
  48. 5282826 crypto: aegis128 - duplicate init() and final() hooks in SIMD code by Ard Biesheuvel · 5 years ago
  49. 2698bce crypto: aegis128 - avoid function pointers for parameterization by Ard Biesheuvel · 5 years ago
  50. cd5d2f8 crypto: sparc/des - convert to skcipher API by Eric Biggers · 5 years ago
  51. c72a26e crypto: sparc/camellia - convert to skcipher API by Eric Biggers · 5 years ago
  52. 64db5e7 crypto: sparc/aes - convert to skcipher API by Eric Biggers · 5 years ago
  53. 965d728 crypto: jitter - add header to fix buildwarnings by Ben Dooks · 5 years ago
  54. c03b04d crypto: user - fix memory leak in crypto_reportstat by Navid Emamdoost · 5 years ago
  55. ffdde59 crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 5 years ago
  56. 64e7f85 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
  57. 8305367 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  58. e1f653c crypto: jitter - fix comments by Alexander E. Patrakov · 5 years ago
  59. 2eb2d19 crypto: aegis128-neon - use Clang compatible cflags for ARM by Ard Biesheuvel · 5 years ago
  60. e488621 crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher by Pascal van Leeuwen · 5 years ago
  61. a06b15b crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers by Pascal van Leeuwen · 5 years ago
  62. 8194fd1 crypto: testmgr - Added testvectors for the hmac(sm3) ahash by Pascal van Leeuwen · 5 years ago
  63. ec05a74 crypto: testmgr - add another gcm(aes) testcase by Ard Biesheuvel · 5 years ago
  64. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  65. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  66. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  67. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  68. cc491d8 padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible by Daniel Jordan · 5 years ago
  69. 63d3578 crypto: pcrypt - remove padata cpumask notifier by Daniel Jordan · 5 years ago
  70. e6ce0e0 padata: make padata_do_parallel find alternate callback CPU by Daniel Jordan · 5 years ago
  71. b128a30 padata: allocate workqueue internally by Daniel Jordan · 5 years ago
  72. 0ba3c02 crypto: skcipher - Unmap pages after an external error by Herbert Xu · 5 years ago
  73. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  74. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  75. f1d087b crypto: aegis128 - Fix -Wunused-const-variable warning by YueHaibing · 5 years ago
  76. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  77. 389139b crypto: arm64/aegis128 - use explicit vector load for permute vectors by Ard Biesheuvel · 5 years ago
  78. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  79. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  80. 1a01333 crypto: sha256_generic - Fix some coding style issues by Hans de Goede · 5 years ago
  81. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 5 years ago
  82. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  83. 4fd4be0 crypto: 3des - move verification out of exported routine by Ard Biesheuvel · 5 years ago
  84. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  85. 99d5cadf kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE by Jiri Bohac · 5 years ago
  86. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  87. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  88. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  89. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  90. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 5 years ago
  91. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 5 years ago
  92. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 5 years ago
  93. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  94. 74bf81d crypto: gcm - restrict assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  95. d13dfae crypto: engine - Reduce default RT priority by Peter Zijlstra · 5 years ago
  96. 65526f6 crypto: gcm - helper functions for assoclen/authsize check by Iuliana Prodan · 5 years ago
  97. e201af1 PKCS#7: Introduce pkcs7_get_digest() by Thiago Jung Bauermann · 6 years ago
  98. dec0fb3 crypto: jitterentropy - build without sanitizer by Arnd Bergmann · 5 years ago
  99. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  100. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago