summaryrefslogtreecommitdiff
path: root/CryptCommandListener.cpp
AgeCommit message (Expand)Author
2017-05-16Add secdiscard command for secure deletion of filesRubin Xu
2017-04-21Add support for metadata encryptionPaul Crowley
2017-04-21Refactor to lay the groundwork for metadata encryptionPaul Crowley
2016-09-21Add missing include.Dan Albert
2016-05-17Two phases to set the password for disk encryptionnougat-devPaul Crowley
2016-05-10Revert "Two phases to set the password for disk encryption"Paul Crowley
2016-05-06Two phases to set the password for disk encryptionPaul Crowley
2016-04-15Consistent creation/destruction of user data.Jeff Sharkey
2016-02-09Merge "Fix encryption on non-default devices" into nyc-devPaul Lawrence
2016-02-09Fix encryption on non-default devicesPaul Lawrence
2016-02-09Prefer bool returns to int throughoutPaul Crowley
2016-02-08Password security for FBE disk encryption keysPaul Crowley
2016-02-05Allow callers to prepare CE/DE user storage.Jeff Sharkey
2016-02-01Add init_user0 command.Paul Crowley
2016-01-20Rework FBE crypto to match the N way of doing thingsPaul Crowley
2015-12-14Avoid use of a macro when checking argument count.Paul Crowley
2015-12-11Fix a bug in passing parameters to prepare_user_storage.Lenka Trochtova
2015-12-10Use Jeff's C++ style for finding the subcommand consistently.Paul Crowley
2015-12-10Simplify test for right argc in cryptfs commands, and test more.Paul Crowley
2015-12-10Rename functions with a system/extras name collision.Paul Crowley
2015-12-09Fix create_user_key to take 3 paramsPaul Lawrence
2015-12-08Introduce support for ephemeral users.Lenka Trochtova
2015-12-04resolve merge conflicts of b7d5a47cec to master.Elliott Hughes
2015-12-04Merge "Track rename from base/ to android-base/."Elliott Hughes
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-11-10New granular encryption commands for framework.Jeff Sharkey
2015-11-04Add developer option to convert from FDE to FBEPaul Lawrence
2015-09-09Don't show UI on default encryptionPaul Lawrence
2015-07-13Add "cryptfs deleteuserkey" command to vold.Paul Crowley
2015-07-13Add vold commands for setting up per-user encrypted userPaul Crowley
2015-06-04Move crypt commands to a different listener in voldPaul Lawrence