Home
last modified time | relevance | path

Searched refs:authenticateBinary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dauthentication.h39 bool authenticateBinary(const void *binary, size_t appBinaryLen,
/aosp_15_r20/system/chre/platform/tinysys/
H A Dauthentication.cc230 bool authenticateBinary(const void *binary, size_t appBinaryLen, in authenticateBinary() function
/aosp_15_r20/system/chre/platform/freertos/
H A Dplatform_nanoapp.cc288 if (!authenticateBinary(mAppBinary, mAppBinaryLen, &binaryStart)) { in openNanoapp()