summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'LA.UM.8.1.r1-09500-sm8150.0' of ↵Michael Bestas2019-10-181-8/+0
|\ | | | | | | | | | | | | | | https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/cryptfs_hw into lineage-17.0 "LA.UM.8.1.r1-09500-sm8150.0" Change-Id: I1b604721ef5eed2103e390f5bdc967fc58387360
| * 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>
* | Revert "cryptfs_hw: Mark unused parameter"Michael Bestas2019-10-181-1/+1
| | | | | | | | | | | | This reverts commit 3a01a1705b73d5d84e05ed19e80a16c149fd3a19. Change-Id: If30b6b62d6dda5d6424a65cb43c75fb92cb9917f
* | cryptfs_hw: Remove libcryptfshw_hidl_headers dependencyPaul Keith2019-09-221-1/+1
| | | | | | | | | | Change-Id: If50351002cb10d577729104c83e3a4acaba296ad Signed-off-by: Michael Bestas <mkbestas@lineageos.org>
* | cryptfs_hw: Mark unused parameterMichael Bestas2019-09-151-1/+1
| | | | | | | | Change-Id: I6478ad50a1c1f021a3429bb263b9a670925f5423
* | cryptfs_hw: add missing logging tagsteadfasterX2019-09-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iba69c6feb976cab2e466d30241f899540eff4b51 cryptfs_hw: Properly define log tag * LOG_TAG should be defined before including log.h vendor/qcom/opensource/cryptfs_hw/cryptfs_hw.c:45:9: warning: 'LOG_TAG' macro redefined [-Wmacro-redefined] ^ system/core/liblog/include/log/log.h:51:9: note: previous definition is here Change-Id: Id6fdf6f1582360514de9140bd42feaa698527557
* | cryptfs_hw: Choose keymaster version for key signingNeeraj Soni2019-09-151-0/+28
|/ | | | | | | | | Keymaster key signing support is available from version 1.0 and above. Thus, version 0.3 is excluded on supported targets. [mikeioannina]: Adapt for Q Change-Id: I0cd6455bc5d2459231cb56baf68e57073fe60d69
* 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>