Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DappSec.h48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe…
/device/google/contexthub/firmware/os/core/
DappSec.c70 AppSecPubKeyFindCbk pubKeyFindCbk; member
141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe… in appSecInit() argument
151 state->pubKeyFindCbk = pubKeyFindCbk; in appSecInit()
413 state->pubKeyFindCbk(state->dataWords, &keyFound); in appSecProcessIncomingSigData()
DnanohubCommand.c181 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP) in pubKeyFindCbk() function
271 …mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNE… in resetDownloadState()