| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
version_major and version_minor are deprecated.
Ensure we actually set the sensor api version.
|
| |
|
|
|
|
|
|
|
|
|
| |
- exclude unavailable files during PDK build
- use utils.UniquePtr.h
Bug: 6557554
Change-Id: I1d958855cfd7c4f3204f77e96296bd08929caef1
|
|
|
|
|
|
|
| |
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
|
|
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
|