HomeSort by relevance Sort by last modified time
    Searched refs:AppSecGetAesKeyCbk (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
appSec.h 30 typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return APP_SEC_KEY_NOT_FOUND or APP_SEC_NO_ERROR
48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
  /device/google/contexthub/firmware/os/core/
appSec.c 71 AppSecGetAesKeyCbk aesKeyAccessCbk;
141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)

Completed in 270 milliseconds