Searched refs:writeCbk (Results 1 – 3 of 3) sorted by relevance
69 AppSecWriteCbk writeCbk; member141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe… in appSecInit() argument150 state->writeCbk = writeCbk; in appSecInit()375 … return state->haveBytes ? state->writeCbk(state->dataBytes, state->haveBytes) : APP_SEC_NO_ERROR; in appSecProcessIncomingData()
178 static AppSecErr writeCbk(const void *data, uint32_t len) in writeCbk() function280 …mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNE… in resetDownloadState()
48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe…