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

  /device/google/contexthub/firmware/os/core/
appSec.c 69 AppSecWriteCbk writeCbk;
141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
150 state->writeCbk = writeCbk;
363 return state->haveBytes ? state->writeCbk(state->dataBytes, state->haveBytes) : APP_SEC_NO_ERROR;
nanohubCommand.c 62 // appSecRxData only feeds 16 bytes at a time into writeCbk, so large
169 static AppSecErr writeCbk(const void *data, uint32_t len)
271 mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
    [all...]

Completed in 162 milliseconds