summaryrefslogtreecommitdiffstats
path: root/keymaster/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Ported keymaster_tuna to keymaster0 interface.Luden2016-04-031-1/+1
| | | | | | | | | | | | keymaster_tuna.cpp almost exactly matches keymaster HAL 0 interface, only several small changes were needed. Note the change in the flags (KEYMASTER_BLOBS_ARE_STANDALONE): this is required for hardware backed storage of the disk encryption key to function, see keymaster_check_compatibility() function in system/vold/cryptfs.c Change-Id: I207455efeb73cee26f08d2cfd12aa4fb91ccec23
* Add implementation of keymaster for tunaKenny Root2012-03-271-0/+43
This implements the hardware crypto for tuna devices based on libtf_crypto_tee which means it should be compatible with all OMAP4 devices. Change-Id: I17667214f7ba132428dee829078d990fde8447d1