1. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  2. 18d05ca crypto: lib/sha256 - Unroll LOAD and BLEND loops by Arvind Sankar · 4 years, 2 months ago
  3. 63642d5 crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64 by Arvind Sankar · 4 years, 2 months ago
  4. b839981 crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform() by Arvind Sankar · 4 years, 2 months ago
  5. 7a4295f crypto: lib/sha256 - Don't clear temporary variables by Arvind Sankar · 4 years, 2 months ago
  6. 1762818 crypto: lib/sha256 - Use memzero_explicit() for clearing state by Arvind Sankar · 4 years, 2 months ago
  7. 9ea9c58 crypto: lib/sha256 - add sha256() function by Eric Biggers · 4 years, 6 months ago
  8. 13855fd crypto: lib/sha256 - return void by Eric Biggers · 4 years, 8 months ago
  9. c75c66b crypto: sha256 - Remove sha256/224_init code duplication by Hans de Goede · 5 years ago
  10. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  11. 9ecf5ad crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c by Hans de Goede · 5 years ago
  12. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 5 years ago
  13. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  14. 906a4bb crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit by Hans de Goede · 5 years ago
  15. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 5 years ago[Renamed (99%) from lib/sha256.c]
  16. aca1111 crypto: sha256 - Fix some coding style issues by Hans de Goede · 5 years ago
  17. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  18. df6f280 kernel/kexec_file.c: move purgatories sha256 to common code by Philipp Rudo · 7 years ago[Renamed (99%) from arch/x86/purgatory/sha256.c]
  19. daeba064 purgatory/sha256: provide implementation of sha256 in purgaotory context by Vivek Goyal · 10 years ago