summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cryptfs_hw: remove kernel dependencyNeeraj Soni2019-08-291-8/+0
| | | | | | | | With new hal for vold, kernel specific defines and header files are not needed. Change-Id: Ic4ba42c84131bff3b6750736521a776e1bd404f0 Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
* cryptfs_hw: implement new hal support for voldNeeraj Soni2019-07-091-0/+134
BUG: b/121350843 vold communication with qseecom tee device should go through hal interface instead of directly using kernel ioctls. Change-Id: I43ea11b1b008e26ca3598697f50375136dd267f5 Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>