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

  /device/google/contexthub/firmware/os/inc/
appSec.h 48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
  /device/google/contexthub/firmware/os/core/
appSec.c 141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
nanohubCommand.c 271 mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
    [all...]

Completed in 1525 milliseconds