1. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  2. c282586 crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  3. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  4. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  5. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  6. 76cadf2 crypto: chacha20poly1305 - a few cleanups by Eric Biggers · 6 years ago
  7. 7545b6c crypto: chacha20poly1305 - fix atomic sleep when using async algorithm by Eric Biggers · 6 years ago
  8. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  9. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  10. 5e27f38 crypto: chacha20poly1305 - set cra_name correctly by Eric Biggers · 6 years ago
  11. 1a5e02b crypto: chacha20poly1305 - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  12. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  13. 193188e crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE by Cristian Stoica · 6 years ago
  14. e57121d crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  15. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  16. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  17. 1e1f006 crypto: chacha20poly1305 - Use skcipher by Herbert Xu · 8 years ago
  18. 161151d crypto: chacha20poly1305 - Skip encryption/decryption for 0-len by Jason A. Donenfeld · 9 years ago
  19. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  20. 2546f81 crypto: poly1305 - Export common Poly1305 helpers by Martin Willi · 9 years ago
  21. 31d7247 crypto: chacha20 - Export common ChaCha20 helpers by Martin Willi · 9 years ago
  22. 7479092 crypto: chacha20poly1305 - Convert to new AEAD interface by Herbert Xu · 9 years ago
  23. c2b7b20a crypto: poly1305 - Pass key as first two message blocks to each desc_ctx by Martin Willi · 10 years ago
  24. 4db4ad2 crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD by Martin Willi · 10 years ago
  25. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 10 years ago