summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* cryptfs_hw: Support devices use metadata as keylineage-16.0Erfan Abdi2019-06-161-0/+3
| | | | | | | | | | | | | | | | * This fixes FDE devices which uses metadata partition as encryption key. Errors: > Logcat: E Cryptfs_hw: Error::ioctl call to create encryption key for usage 1 failed with ret = -1, errno = 14 > Dmesg: scm_call failed: func id 0x72000504, ret: -2, syscall returns: 0xfffffffffffffffc, 0x0, 0x0 QSEECOM: __qseecom_set_clear_ce_key: scm call to set QSEOS_PIPE_ENC key failed : -22 QSEECOM: qseecom_wipe_key: Failed to wipe key: pipe 2, ce 0: -14 QSEECOM: qseecom_ioctl: failed to wipe encryption key: -14 Test: Boot griffin with encrypted data Signed-off-by: Erfan Abdi <erfangplus@gmail.com> Change-Id: Id7a6474fe7fe46e0d4e4ebb3b24e1ba940971df4
* cryptfs_hw: Featurize support for waiting on QSEE to startMichael Bestas2019-01-041-0/+3
| | | | | | * Match keymaster change to support older blobs Change-Id: I2d45fe60e0f4bf076d064d6c432740af0b3c840c
* cryptfs_hw: Add compatibility for pre-O hw cryptoMichael Bestas2019-01-041-0/+8
| | | | | | | | | | | | | | | | | * Restore compatibility for pre-O way of hw crypto interaction with qsee as the new way is not compatible with old blobs. * Old blobs and current OSS keymaster still use the old property to check if qseecomd is loaded. * This conditionally reverts: cryptfs_hw: Add new APIs for key management 84ac4882d6feeceb24e983a4eaba1d148c2ba3e6 cryptfs_hw: Use HW keymaster for FDE keys a5d3a02eb13362490222ac2a7eefde6543546e31 cryptfs_hw: Update listener status flag eec7d0b6d8e690ebe268965e89593812d607b3a8 Change-Id: I9a5db406c16c3610237a1b85fbfab5c0d63e4960
* cryptfs_hw: Use generated kernel headersMichael Bestas2018-10-201-1/+1
| | | | Change-Id: Idd29b74c131d37da1b1f6fec63a34f4a63727b97
* cryptfs_hw: Update Android make fileAnilKumar Chimata2018-06-051-0/+25
Move Android.mk to Androi.bp file as per new changes. Change-Id: I9b4422f736ee51f264eac5b84297c66d76f4f243