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

  /device/google/contexthub/firmware/inc/
appSec.h 48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
  /device/google/contexthub/firmware/src/
appSec.c 71 AppSecPubKeyFindCbk pubKeyFindCbk;
142 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
152 state->pubKeyFindCbk = pubKeyFindCbk;
414 state->pubKeyFindCbk(state->dataWords, &keyFound);
nanohubCommand.c 172 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP)
262 mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
    [all...]

Completed in 991 milliseconds