summaryrefslogtreecommitdiffstats
path: root/keymaster
Commit message (Collapse)AuthorAgeFilesLines
* Ported keymaster_tuna to keymaster0 interface.Luden2016-04-032-6/+8
| | | | | | | | | | | | 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
* Update some hw_device_t structs.Kyle Repinski2016-01-171-11/+11
| | | | | version_major and version_minor are deprecated. Ensure we actually set the sensor api version.
* tuna: update keymaster to KEYMASTER_MODULE_API_VERSION_0_3Ziyan2014-12-131-3/+4
|
* enable maguro PDK buildKeun young Park2012-05-311-1/+1
| | | | | | | | | - exclude unavailable files during PDK build - use utils.UniquePtr.h Bug: 6557554 Change-Id: I1d958855cfd7c4f3204f77e96296bd08929caef1
* keymaster: set delete_all to NULLKenny Root2012-04-301-0/+1
| | | | | | | The tests call delete_all if it isn't set to NULL. Set it to NULL explicitly so we don't have a test failure. Change-Id: I5eae54356d3c305733daa9b291273f0ff783338c
* Add implementation of keymaster for tunaKenny Root2012-03-272-0/+1009
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