1. 9618746 Merge RP1A.200221.003 by Bill Peckham · 4 years, 3 months ago
  2. 7fe4cdb Merge RP1A.200214.001 by Steven Laver · 4 years, 3 months ago
  3. b3d018a Refactor key generation to handle both normal and metadata encryption. by Paul Crowley · 4 years, 4 months ago
  4. 220567c Generalize CryptoType infrastructure by Paul Crowley · 4 years, 4 months ago
  5. a661fb6 Refactor CryptoType to use better names, and size_t not uint32_t by Paul Crowley · 4 years, 4 months ago
  6. 659b63f Use DM layer directly to manage private DM volumes by Paul Crowley · 4 years, 4 months ago
  7. 3d98f5d Pass volume key as a KeyBuffer by Paul Crowley · 4 years, 4 months ago
  8. 81796e9 Use std::string to return crypto device, not char * by Paul Crowley · 4 years, 4 months ago
  9. 73be12d Refactor: make cryptfs.h smaller by Paul Crowley · 4 years, 4 months ago
  10. c480f91 system: vold: Use wrapped key for metadata encryption by Neeraj Soni · 5 years ago
  11. 0db1197 Merge QP1A.181008.001 by Bill Peckham · 6 years ago
  12. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  13. ea47e8c Merge QPR1.180718.001 by Jiyong Park · 6 years ago
  14. 98dc835 vold: Add Hardware FDE feature by AnilKumar Chimata · 6 years ago
  15. 0267ccf Add linux/types.h to cryptfs.h by Logan Chien · 6 years ago
  16. 57f9af6 cryptfs: Require ext disk crypt to match code by Greg Kaiser · 6 years ago
  17. 7ee87cf Remove all references to FDE enable wipe by Paul Lawrence · 6 years ago
  18. b64933a Be even more C++. Switch on a warning. by Paul Crowley · 7 years ago
  19. a7ca40b Remove dead code; move code out of cryptfs that doesn't belong. by Paul Crowley · 7 years ago
  20. 95440eb Enable "cert-err34-c" tidy checks. by Jeff Sharkey · 7 years ago
  21. 83b559c Move all crypto commands over to Binder. by Jeff Sharkey · 7 years ago
  22. f71ace3 Refactor to lay the groundwork for metadata encryption by Paul Crowley · 8 years ago
  23. 4375f1b Change to use new WaitForProperty API by Wei Wang · 7 years ago
  24. b45caaf vold: allow specifying HEH filenames encryption by Eric Biggers · 7 years ago
  25. efe8b3d Merge \\\"Fix misc-macro-parentheses warnings in system/vold.\\\" am: 786c536e84 am: c83c87e681 by Chih-Hung Hsieh · 8 years ago
  26. c83c87e Merge \"Fix misc-macro-parentheses warnings in system/vold.\" am: 786c536e84 by Chih-Hung Hsieh · 8 years ago
  27. aae7938 Fix misc-macro-parentheses warnings in system/vold. by Chih-Hung Hsieh · 8 years ago
  28. 6e41059 Set encryption mode in mode file by Paul Lawrence · 8 years ago
  29. 63c18d3 Add scrypt-based password stretching. by Paul Crowley · 8 years ago
  30. 3d99eba Encrypt on reboot by Paul Lawrence · 9 years ago
  31. 0c24746 Add developer option to convert from FDE to FBE by Paul Lawrence · 9 years ago
  32. 569649f Don't show UI on default encryption by Paul Lawrence · 9 years ago
  33. 2f32cda DO NOT MERGE Retry unmounts in ext4 encryption by Paul Lawrence · 9 years ago
  34. 731a7a2 DO NOT MERGE Securely encrypt the master key by Paul Lawrence · 9 years ago
  35. 9f18fe7 Remove unused code. by Jeff Sharkey · 9 years ago
  36. 9c48498 Support for private (adopted) volumes. by Jeff Sharkey · 9 years ago
  37. 05335c3 Adding e4crypt support by Paul Lawrence · 9 years ago
  38. a655b9a am 38394c7d: am 223fd1ca: Revert "Make encryption configurable" by Paul Lawrence · 9 years ago
  39. 38394c7 am 223fd1ca: Revert "Make encryption configurable" by Paul Lawrence · 9 years ago
  40. 223fd1c Revert "Make encryption configurable" by Paul Lawrence · 9 years ago
  41. db3730c Remove kdfs that were only used internally in LMP by Paul Lawrence · 9 years ago
  42. 4a36ca0 am 6a69cfc4: Make encryption configurable by Paul Lawrence · 9 years ago
  43. ba5834d am 26970299: Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 9 years ago
  44. 41405bb Remove superfluous OpenSSL include paths. by Adam Langley · 9 years ago
  45. 6a69cfc Make encryption configurable by Paul Lawrence · 9 years ago
  46. 85c01f9 Make persistent field in cryptofs support longer values. by Rubin Xu · 10 years ago
  47. 512f0d5 cryptfs: [HACK] reboot if the crypto block dev failed to open by JP Abgrall · 10 years ago
  48. 7fc1de8 cryptfs: [HACK] reboot if the crypto block dev failed to open by JP Abgrall · 10 years ago
  49. e17a9c4 Change cryptfs keymaster padding to ensure the high bit is never 1, by Shawn Willden · 10 years ago
  50. 47ba10d Pad object to proper size before signing. by Shawn Willden · 10 years ago
  51. 74f29f1 Don't test mount when we can use the crypto footer to test the password by Paul Lawrence · 10 years ago
  52. d0c7b17 Wipe userdata when password is good but it won't mount by Paul Lawrence · 10 years ago
  53. 6bfed20 When encryption fails, reboot into recovery by Paul Lawrence · 10 years ago
  54. 69f4ebd Add keymaster support to cryptfs by Paul Lawrence · 10 years ago
  55. 45f1053 Revert "Revert "Encrypt phone even if pattern or no keyguard"" by Paul Lawrence · 10 years ago
  56. efec3f2 Revert "Encrypt phone even if pattern or no keyguard" by Paul Lawrence · 10 years ago
  57. 5cc86c5 Encrypt phone even if pattern or no keyguard by Paul Lawrence · 10 years ago
  58. cc21538 Merge "Store password in vold" by Paul Lawrence · 10 years ago
  59. 8799917 Don't corrupt ssd when encrypting and power fails by Paul Lawrence · 10 years ago
  60. 399317e Store password in vold by Paul Lawrence · 10 years ago
  61. 684dbdf Infrastructure to securely allow only one prompt at boot when encrypted by Paul Lawrence · 10 years ago
  62. 1348603 Enable auto-encrypt drive at startup by Paul Lawrence · 10 years ago
  63. f4faa57 Support default, pattern, pin and password encryption types by Paul Lawrence · 10 years ago
  64. 3e97127 vold: suppress unused argument warning messages by Mark Salyzyn · 10 years ago
  65. 502dc74 vold: cryptfs: Retry encryption after killing processes using /data by JP Abgrall · 11 years ago
  66. ba6ae8d Add support for more expressive SD card permissions by Jeff Sharkey · 11 years ago
  67. c4c70f1 Change key derivation to scrypt by Kenny Root · 11 years ago
  68. c96a5f8 Extract some version constants to header by Kenny Root · 11 years ago
  69. 160b4d6 vold: Add support for unencrypted persistent info by Ken Sumrall · 11 years ago
  70. 3ad9072 Add the new verifypw command to vold/cryptfs by Ken Sumrall · 13 years ago
  71. 0b8b597 Add the ability to revert a crypto mapping when unmounting a volume by Ken Sumrall · 13 years ago
  72. 29d8da8 vold: allow to store key in a file on another partition by Ken Sumrall · 13 years ago
  73. 7f7dbaa Improve detection of incomplete encryption by Ken Sumrall · 13 years ago
  74. d33d417 Detect when encryption failed to complete by Ken Sumrall · 13 years ago
  75. 70a4b3f Change cryptfs changepw to only require a new password. by Jason parks · 13 years ago
  76. e874407 Create and use a salt when calling pbkdf2 to encrypt/decrypt the master key. by Ken Sumrall · 13 years ago
  77. 8ddbe40 Updates to cryptfs framework. by Ken Sumrall · 13 years ago
  78. 6864b7e Change the cryptfs command to separate out checking the password and restarting by Ken Sumrall · 13 years ago
  79. 8f869aa Support for encrypting /data on Stingray. by Ken Sumrall · 13 years ago