Rebuild Haystack and Store L3 Keybox in /data/vendor am: 76d3ca9091

am: 84ae8875bf

Change-Id: Ifc4285b0743bb4e0c202f8d97c7844ad0c1fe7e2
This commit is contained in:
John W. Bruce
2017-04-19 22:21:25 +00:00
committed by android-build-merger
8 changed files with 6 additions and 5 deletions

View File

@@ -79,8 +79,9 @@ namespace wvoec3 {
#define Level3_CreateOldUsageEntry _lcc70
extern "C" {
bool Level3_IsInApp(const char* path);
OEMCryptoResult Level3_Initialize(void (*ClearCache)(void *, size_t));
bool Level3_IsInApp();
OEMCryptoResult Level3_Initialize(void (*ClearCache)(void *, size_t),
const char* base_path);
OEMCryptoResult Level3_Terminate(void);
OEMCryptoResult Level3_OpenSession(OEMCrypto_SESSION *session);
OEMCryptoResult Level3_CloseSession(OEMCrypto_SESSION session);