1. dbc8e8b ice: add return value for functions where ICE is disabled by Jiten Patel · 3 years, 4 months ago
  2. f22e39f msm: ice: Fix stack-out-of-bound erros on kasan builds by Jiten Patel · 3 years, 8 months ago
  3. 20912a8 Merge android-4.19-stable.157 (8ee67bc) into msm-4.19 by Srinivasarao P · 3 years, 7 months ago
  4. 695a313 UPSTREAM: crypto: x86/chacha-sse3 - use unaligned loads for state array by Ard Biesheuvel · 4 years ago
  5. 08c5708 UPSTREAM: crypto: lib/chacha20poly1305 - Add missing function declaration by Herbert Xu · 4 years ago
  6. cb7a012 UPSTREAM: crypto: x86/curve25519 - support assemblers with no adx support by Jason A. Donenfeld · 4 years, 4 months ago
  7. 1ff35de UPSTREAM: crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 4 years, 6 months ago
  8. a8bc521 UPSTREAM: crypto: chacha - fix warning message in header file by Valdis Klētnieks · 4 years, 7 months ago
  9. fe1532c UPSTREAM: crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine by Ard Biesheuvel · 4 years, 8 months ago
  10. 4d9f6d7 UPSTREAM: crypto: chacha20poly1305 - import construction and selftest from Zinc by Ard Biesheuvel · 4 years, 8 months ago
  11. 4e804a1 UPSTREAM: crypto: curve25519 - generic C library implementations by Jason A. Donenfeld · 4 years, 8 months ago
  12. 537dbe5 UPSTREAM: crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 4 years, 8 months ago
  13. dc97e1c UPSTREAM: crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 4 years, 8 months ago
  14. 48c9cbd UPSTREAM: crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 4 years, 8 months ago
  15. d1fa3dd UPSTREAM: crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 4 years, 8 months ago
  16. c99c627 UPSTREAM: crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 4 years, 8 months ago
  17. 4afb116 UPSTREAM: crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 4 years, 8 months ago
  18. aff2622 UPSTREAM: crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 4 years, 8 months ago
  19. 0a524ae UPSTREAM: crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 4 years, 8 months ago
  20. 2aa92df UPSTREAM: crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 4 years, 8 months ago
  21. f383e97 UPSTREAM: crypto: chacha - constify ctx and iv arguments by Eric Biggers · 5 years ago
  22. 0cc3462 Merge android-4.19-stable.136 (204dd19) into msm-4.19 by Srinivasarao P · 3 years, 9 months ago
  23. 37c3300 Add support for block disk encryption by Neeraj Soni · 3 years, 10 months ago
  24. a6c20c0 Merge 4.19.132 into android-4.19-stable by Greg Kroah-Hartman · 4 years ago
  25. 9a8ecc6 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 1 month ago
  26. 892b1f5 UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  27. 650400b4 msm: ice: check for crypto engine state before processing request by Prerna Kalla · 4 years, 8 months ago
  28. ad28c2b crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  29. e2c6b3a security: Add ICE support for UFS card by Gaurav Kashyap · 5 years ago
  30. 28cfbbc qseecom: Add qseecom driver snapshot for kona by Zhen Kong · 6 years ago
  31. 4ac13bd Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19 by Rishabh Bhatnagar · 6 years ago
  32. 79ef30f FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  33. d58e972 FROMGIT: crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  34. 9d4eee3 FROMGIT: crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  35. 8eee8e5 FROMGIT: crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  36. f816abd BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  37. 74fd3f7 FROMGIT: crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  38. 2148650 FROMGIT: crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  39. 8e2d31a UPSTREAM: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  40. 7fe1c1d Merge LTS tag v4.19.2 into msm-kona by Blagovest Kolenichev · 6 years ago
  41. 3252b60 crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  42. e9594a5 crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK() by Kees Cook · 6 years ago
  43. 02c739c crypto: cbc - Remove VLA usage by Kees Cook · 6 years ago
  44. 064e99d crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  45. 69e6970 crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  46. 6dae781 crypto: hash - Remove VLA usage by Kees Cook · 6 years ago
  47. 69aafa1 crypto: api - Introduce generic max blocksize and alignmask by Kees Cook · 6 years ago
  48. 3dd8cc0 crypto: scatterwalk - remove scatterwalk_samebuf() by Eric Biggers · 6 years ago
  49. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  50. 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 6 years ago
  51. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  52. cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 6 years ago
  53. e3fe0ae crypto: dh - add public key verification test by Stephan Mueller · 6 years ago
  54. bb29648 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  55. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  56. 26f7120 crypto: sha512_generic - add a sha384 0-length pre-computed hash by Antoine Tenart · 6 years ago
  57. 30c217e crypto: sha512_generic - add a sha512 0-length pre-computed hash by Antoine Tenart · 6 years ago
  58. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  59. 015a037 crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers" by Eric Biggers · 6 years ago
  60. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 6 years ago
  61. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 6 years ago
  62. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 6 years ago
  63. 8da02bf crypto: sm4 - export encrypt/decrypt routines to other drivers by Ard Biesheuvel · 6 years ago
  64. 13c935b crypto: api - laying defines and checks for statically allocated buffers by Salvatore Mesoraca · 6 years ago
  65. 4989d4f crypto: api - Remove unused crypto_type lookup function by Herbert Xu · 6 years ago
  66. 3d053d5 crypto: hash - Prevent use of req->result in ahash update by Kamil Konieczny · 6 years ago
  67. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 6 years ago
  68. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 6 years ago
  69. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 6 years ago
  70. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 6 years ago
  71. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 6 years ago
  72. c8c3641 crypto: speck - export common helpers by Eric Biggers · 6 years ago
  73. 218d1cc crypto: engine - Permit to enqueue all async requests by Corentin LABBE · 6 years ago
  74. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 6 years ago
  75. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  76. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  77. 6657674 crypto: sha3-generic - export init/update/final routines by Ard Biesheuvel · 6 years ago
  78. beeb504 crypto: sha3-generic - simplify code by Ard Biesheuvel · 6 years ago
  79. b40fa82 crypto: doc - clear htmldocs build warnings for crypto/hash by tcharding · 7 years ago
  80. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  81. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  82. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  83. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  84. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  85. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  86. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  87. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  88. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  89. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  90. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  91. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  92. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  93. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  94. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  95. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  96. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  97. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  98. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  99. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  100. 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago