1. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  2. 64d6679 crypto: ccm - simplify error handling in crypto_rfc4309_create() by Eric Biggers · 4 years, 10 months ago
  3. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  4. d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
  5. 1667297 crypto: cbcmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  6. 05b3bbb crypto: ccm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  7. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  8. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  9. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  10. ae748b9 wusb: switch to cbcmac transform by Ard Biesheuvel · 6 years ago
  11. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  12. 6a1faa4 crypto: ccm - fix incompatibility between "ccm" and "ccm_base" by Eric Biggers · 6 years ago
  13. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  14. 0db1903 crypto: ccm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  15. ebf533a crypto: ccm - Remove VLA usage by Ard Biesheuvel · 6 years ago
  16. 441f99c crypto: ccm - preserve the IV buffer by Romain Izard · 7 years ago
  17. 3b30460 crypto: ccm - move cbcmac input off the stack by Ard Biesheuvel · 8 years ago
  18. 5ba8e2a crypto: ccm - drop unnecessary minimum 32-bit alignment by Ard Biesheuvel · 8 years ago
  19. 5338ad7 crypto: ccm - honour alignmask of subordinate MAC cipher by Ard Biesheuvel · 8 years ago
  20. f15f05b crypto: ccm - switch to separate cbcmac driver by Ard Biesheuvel · 8 years ago
  21. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  22. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  23. 464b93a crypto: ccm - Use skcipher by Herbert Xu · 8 years ago
  24. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  25. 81c4c35 crypto: ccm - Convert to new AEAD interface by Herbert Xu · 9 years ago
  26. 2c221ad crypto: ccm - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  27. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  28. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  29. 5638cab crypto: ccm - Fix handling of zero plaintext when computing mac by Horia Geanta · 11 years ago
  30. 6bf37e5 crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks by James Yonan · 11 years ago
  31. 3e8afe3 crypto: use ERR_CAST by Julia Lawall · 12 years ago
  32. f0dfc0b crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  33. 516280e crypto: ccm - Fix handling of null assoc data by Jarod Wilson · 16 years ago
  34. 4a49b49 [CRYPTO] ccm: Added CCM mode by Joy Latten · 17 years ago