1. d86a8ab Replace most references to Keymaster with Keystore by Eric Biggers · 3 years, 7 months ago
  2. 351a4af Don't export storeKey(), and update comments by Satya Tangirala · 3 years, 7 months ago
  3. 0f890a9 Always use RenameKeyDir() when moving/renaming key directories by Satya Tangirala · 3 years, 7 months ago
  4. 107d21d Make RenameKeyDir() use IsSameFile() by Eric Biggers · 3 years, 7 months ago
  5. 9475b11 Fix bug with deferred commits for key upgrades in temporary directories by Satya Tangirala · 3 years, 8 months ago
  6. 6b98fb6 Remove unused constants and cleanup KeyStorage.cpp by Satya Tangirala · 3 years, 8 months ago
  7. 478cea9 Remove unused parameter "salt" from stretchSecret() by Satya Tangirala · 3 years, 9 months ago
  8. e8de4ff Make vold use keystore2 instead of keymaster by Satya Tangirala · 3 years, 10 months ago
  9. e136171 Remove HardwareAuthToken support from vold::Keymaster by Satya Tangirala · 3 years, 10 months ago
  10. b2024e0 KeyStorage: improve logging for key generation by Eric Biggers · 3 years, 10 months ago
  11. 3345a2a Sync parent directory in storeKeyAtomically() by Eric Biggers · 3 years, 10 months ago
  12. bd138dd Move pathExists() to Utils.cpp by Eric Biggers · 3 years, 10 months ago
  13. 5a43d61 Add support for binding storage encryption to a seed by Seth Moore · 4 years ago
  14. f74373b KeyStorage: rework key upgrade handling by Eric Biggers · 4 years, 2 months ago
  15. 75736a8 vold: Generate storage key without rollback resistance by Gaurav Kashyap · 4 years, 4 months ago
  16. d281de7 Fix unaligned access to auth token user_id by Paul Crowley · 6 years ago
  17. 3dfb094 vold: Support Storage keys for FBE by Barani Muthukumaran · 5 years ago
  18. 35f0f22 Update vold to use KM4.1 by Shawn Willden · 5 years ago
  19. aae52f4 Merge "Request rollback resistance for FBE keys." by Treehugger Robot · 5 years ago
  20. d2906b8 Fix include order by Daniel Rosenberg · 6 years ago
  21. a48730a Defer deleteKey in KeyStorage in Checkpointing mode by Daniel Rosenberg · 6 years ago
  22. 97466cb vold: Introduce android::vold::writeStringToFile by Tommy Chiu · 6 years ago
  23. 37c82f5 Fsync directories before delete key by Woody Lin · 6 years ago
  24. 621d9b9 Fsync directories after creating files by Paul Crowley · 6 years ago
  25. 690d6de Add Support for metadata key with rollback by Daniel Rosenberg · 6 years ago
  26. 8431fe2 Request rollback resistance for FBE keys. by Shawn Willden · 6 years ago
  27. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  28. 3535181 Support Keymaster4 by Shawn Willden · 7 years ago
  29. 785365b Clang-format Keymaster.{cpp|h} and KeyStorage.{cpp|h} by Shawn Willden · 7 years ago
  30. 24224d1 Merge "Break vold dependency on keystore utilities." by TreeHugger Robot · 7 years ago
  31. f452774 Break vold dependency on keystore utilities. by Shawn Willden · 7 years ago
  32. a087947 Vold: Add fsync in writeStringToFile() am: 701d05d32c am: ee8170f2ac by Wei Wang · 7 years ago
  33. 701d05d Vold: Add fsync in writeStringToFile() by Wei Wang · 7 years ago
  34. 26a5388 When we forget a volume, forget per-volume key by Paul Crowley · 7 years ago
  35. ff19b05 Fix errors on non-keymaster keys by Paul Crowley · 7 years ago
  36. e2e2d30 Zero memory used for encryuption keys. by Pavel Grafov · 7 years ago
  37. 2436e27 Add secdiscard command for secure deletion of files by Rubin Xu · 8 years ago
  38. f71ace3 Refactor to lay the groundwork for metadata encryption by Paul Crowley · 9 years ago
  39. 4375f1b Change to use new WaitForProperty API by Wei Wang · 8 years ago
  40. 6ab2cab Support keys with a secret but no token, which are handled not using by Paul Crowley · 8 years ago
  41. 8e537b8 Port to binder based keymaster hal by Janis Danisevskis · 8 years ago
  42. dff8c72 Support Keymaster 2 configuration and key upgrading by Paul Crowley · 9 years ago
  43. beb33a6 Run secdiscard on encrypted key and key blob too by Paul Crowley · 8 years ago
  44. b3de337 Use a longer timeout on the disk encryption keys by Paul Crowley · 9 years ago
  45. df528a7 Run clang-format over ext4crypt related code by Paul Crowley · 9 years ago
  46. a051eb7 Use pointers not references for out arguments by Paul Crowley · 9 years ago
  47. 320e5e1 Require the auth token for decryption. by Paul Crowley · 9 years ago
  48. d9b9295 Fix memory leak in generate_key wrapper. Other fixes. by Paul Crowley · 9 years ago
  49. 63c18d3 Add scrypt-based password stretching. by Paul Crowley · 9 years ago
  50. 0572080 Password security for FBE disk encryption keys by Paul Crowley · 9 years ago
  51. 13ffd8e Improvements to the key storage module by Paul Crowley · 9 years ago
  52. 1ef2558 Use a keymaster-based key storage module by Paul Crowley · 9 years ago