Searched refs:pubKeyFindCbk (Results 1 – 3 of 3) sorted by relevance
70 AppSecPubKeyFindCbk pubKeyFindCbk; member141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe… in appSecInit() argument151 state->pubKeyFindCbk = pubKeyFindCbk; in appSecInit()425 state->pubKeyFindCbk(state->dataWords, &keyFound); in appSecProcessIncomingSigData()
190 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP) in pubKeyFindCbk() function280 …mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNE… in resetDownloadState()
48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe…