1. ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 1 month ago
  2. 1201581 crypto: lib/curve25519 - Move selftest prototype into header file by Herbert Xu · 4 years, 2 months ago
  3. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  4. da094e0 crypto: aead - add crypto_aead_driver_name() by Eric Biggers · 4 years, 2 months ago
  5. 458c048 crypto: hash - Use memzero_explicit() for clearing state by Arvind Sankar · 4 years, 2 months ago
  6. 3093e7c X.509: Fix modular build of public_key_sm2 by Herbert Xu · 4 years, 3 months ago
  7. 2155256 X.509: support OSCCA SM2-with-SM3 certificate verification by Tianjia Zhang · 4 years, 4 months ago
  8. ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 4 months ago
  9. f492828 crypto: sm3 - export crypto_sm3_final function by Tianjia Zhang · 4 years, 4 months ago
  10. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 4 months ago
  11. 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 4 years, 4 months ago
  12. f858dde crypto: ahash - Remove AHASH_REQUEST_ON_STACK by Herbert Xu · 4 years, 5 months ago
  13. b00ba76 crypto: ahash - Add ahash_alg_instance by Herbert Xu · 4 years, 5 months ago
  14. e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 4 years, 5 months ago
  15. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
  16. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 5 months ago
  17. 1dbb920 crypto: algapi - Move crypto_yield into internal.h by Herbert Xu · 4 years, 5 months ago
  18. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  19. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  20. dd3240a crypto: skcipher - drop duplicated word in kernel-doc by Randy Dunlap · 4 years, 6 months ago
  21. da087a4 crypto: hash - drop duplicated word in a comment by Randy Dunlap · 4 years, 6 months ago
  22. fbb6cda crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY by Eric Biggers · 4 years, 6 months ago
  23. 2eb27c1 crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS by Eric Biggers · 4 years, 6 months ago
  24. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  25. e72b48c crypto: geniv - remove unneeded arguments from aead_geniv_alloc() by Eric Biggers · 4 years, 6 months ago
  26. 9ea9c58 crypto: lib/sha256 - add sha256() function by Eric Biggers · 4 years, 6 months ago
  27. e79a317 crypto: x86/chacha-sse3 - use unaligned loads for state array by Ard Biesheuvel · 4 years, 6 months ago
  28. 06cc2af crypto: lib/chacha20poly1305 - Add missing function declaration by Herbert Xu · 4 years, 6 months ago
  29. 7bc13b5 crypto: api - permit users to specify numa node of acomp hardware by Barry Song · 4 years, 6 months ago
  30. 0efaaa8 docs: crypto: convert asymmetric-keys.txt to ReST by Mauro Carvalho Chehab · 4 years, 7 months ago
  31. f3c802a crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 7 months ago
  32. 34c86f4 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 7 months ago
  33. 228c4f2 crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h by Eric Biggers · 4 years, 8 months ago
  34. 822a98b crypto: hash - introduce crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  35. 13855fd crypto: lib/sha256 - return void by Eric Biggers · 4 years, 8 months ago
  36. c549226 crypto: acomp - search acomp with scomp backend in crypto_has_acomp by Barry Song · 4 years, 8 months ago
  37. 8d90822 crypto: engine - support for batch requests by Iuliana Prodan · 4 years, 8 months ago
  38. 6a89f49 crypto: engine - support for parallel requests based on retry mechanism by Iuliana Prodan · 4 years, 8 months ago
  39. ec6e2bf3 crypto: algapi - create function to add request in front of queue by Iuliana Prodan · 4 years, 8 months ago
  40. 97f2650 crypto: drbg - always seeded with SP800-90B compliant noise source by Stephan Müller · 4 years, 9 months ago
  41. 3f523e1 crypto: curve25519 - do not pollute dispatcher based on assembler by Jason A. Donenfeld · 4 years, 9 months ago
  42. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
  43. 3cd54a4c crypto: aead - improve documentation for scatterlist layout by Eric Biggers · 4 years, 10 months ago
  44. 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  45. 1579f1b crypto: x86/curve25519 - support assemblers with no adx support by Jason A. Donenfeld · 4 years, 10 months ago
  46. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  47. a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
  48. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  49. 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
  50. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  51. aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
  52. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  53. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  54. d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
  55. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  56. 0764ac2 crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() by Eric Biggers · 5 years ago
  57. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  58. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  59. de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
  60. 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
  61. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  62. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  63. 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
  64. 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
  65. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  66. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  67. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  68. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  69. 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
  70. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  71. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  72. fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
  73. 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
  74. 579d705 crypto: chacha - fix warning message in header file by Valdis Klētnieks · 5 years ago
  75. 7bada03 crypto: skcipher - add crypto_skcipher_min_keysize() by Eric Biggers · 5 years ago
  76. 095be69 crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> by Eric Biggers · 5 years ago
  77. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  78. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  79. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  80. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  81. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  82. 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
  83. 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  84. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  85. d95312a crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine by Ard Biesheuvel · 5 years ago
  86. ed20078 crypto: chacha20poly1305 - import construction and selftest from Zinc by Ard Biesheuvel · 5 years ago
  87. 0ed42a6f crypto: curve25519 - generic C library implementations by Jason A. Donenfeld · 5 years ago
  88. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  89. 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  90. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  91. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  92. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  93. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  94. 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago
  95. 84e03fa crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 5 years ago
  96. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  97. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  98. d3ca75a crypto: skcipher - unify the crypto_has_skcipher*() functions by Eric Biggers · 5 years ago
  99. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  100. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago