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

  /device/google/contexthub/firmware/os/core/
appSec.c 70 AppSecPubKeyFindCbk pubKeyFindCbk;
141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
151 state->pubKeyFindCbk = pubKeyFindCbk;
413 state->pubKeyFindCbk(state->dataWords, &keyFound);
nanohubCommand.c 181 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP)
271 mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
    [all...]

Completed in 594 milliseconds