1. 08d4b40 crypto: sun4i/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  2. cf68528 crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  3. dc7a12b docs: arm: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  4. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  5. 8d3bcb9 crypto: sun4i-ss - reduce stack usage by Arnd Bergmann · 6 years ago
  6. fda8d26 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 by Thomas Gleixner · 6 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  9. 0ae1f46 crypto: sun4i-ss - fallback when length is not multiple of blocksize by Corentin Labbe · 6 years ago
  10. f873915 crypto: sun4i-ss - Fix invalid calculation of hash end by Corentin Labbe · 6 years ago
  11. 179930a crypto: sun4i-ss - remove ivsize from ECB by Corentin Labbe · 6 years ago
  12. 82b3ad7 crypto: sun4i-ss - Handle better absence/presence of IV by Corentin Labbe · 6 years ago
  13. aee1181 crypto: sun4i-ss - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  14. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  15. 2c95e6d crypto: skcipher - remove useless setting of type flags by Eric Biggers · 6 years ago
  16. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 6 years ago
  17. 6a38f622 crypto: ahash - remove useless setting of type flags by Eric Biggers · 6 years ago
  18. 7c73cf4c crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss by Peter Robinson · 7 years ago
  19. 2e7d1d6 crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate by Artem Savkov · 7 years ago
  20. dd78c83 crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate by Artem Savkov · 7 years ago
  21. b8ae5c7 crypto: sun4i-ss - support the Security System PRNG by Corentin LABBE · 7 years ago
  22. 0496554 crypto: sun4i-ss - fix large block size support by Antoine Ténart · 8 years ago
  23. 0d9c68a crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flag by Antoine Ténart · 8 years ago
  24. 317cbac crypto: sun4i-ss - move from ablkcipher to skcipher API by Antoine Ténart · 8 years ago
  25. d78867a crypto: sun4i-ss - use GENMASK to generate masks by Antoine Ténart · 8 years ago
  26. 303391d crypto: sun4i-ss - simplify the appended bit assignment by Antoine Ténart · 8 years ago
  27. 214a9bd crypto: sun4i-ss - simplify the pad length calculation by Antoine Ténart · 8 years ago
  28. 7e6df1f crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0 by Antoine Ténart · 8 years ago
  29. 0f52dda crypto: sun4i-ss - cannot use DMA is the request is 0 length by Antoine Ténart · 8 years ago
  30. 11be010 crypto: sun4i-ss - use lower/upper_32_bits helpers by Antoine Ténart · 8 years ago
  31. a595e60 crypto: sun4i-ss - remove conditional checks against 0 by Antoine Ténart · 8 years ago
  32. e3f9490 crypto: sun4i-ss - group variable definitions in sun4i_hash() by Antoine Ténart · 8 years ago
  33. 8d46a5c crypto: sun4i-ss - mark sun4i_hash() static by Baoyou Xie · 8 years ago
  34. b46b9d1 crypto: sun4i-ss - fix missing unlock on error in sun4i_hash() by Wei Yongjun · 8 years ago
  35. b6ff2fd crypto: sun4i-ss - fix indentation of two crypto alg by Corentin LABBE · 8 years ago
  36. 9b17e5a crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss by Corentin LABBE · 8 years ago
  37. 933e7e3 crypto: sun4i-ss - fix spelling by Corentin LABBE · 8 years ago
  38. d98a949 crypto: sun4i-ss - clean unused ss by Corentin LABBE · 8 years ago
  39. 477d9b2 crypto: sun4i-ss - unify update/final function by Corentin LABBE · 8 years ago
  40. ea1a674 crypto: sun4i-ss - fix a few signed warning by Corentin LABBE · 8 years ago
  41. bdb6cf9 crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} by Corentin LABBE · 9 years ago
  42. bfb2892 crypto: sunxi - don't print confusing data by Arnd Bergmann · 9 years ago
  43. 4f9ea86 crypto: sun4i-ss - add missing statesize by LABBE Corentin · 9 years ago
  44. 9da75de crypto: sunxi-ss - Fix a possible driver hang with ciphers by LABBE Corentin · 9 years ago
  45. 7ab64628 crypto: sunxi-ss - Add optional reset control support by Chen-Yu Tsai · 9 years ago
  46. 6298e94 crypto: sunxi-ss - Add Allwinner Security System crypto accelerator by LABBE Corentin · 9 years ago