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

  /device/google/contexthub/firmware/os/inc/
appSec.h 48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
  /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;
375 return state->haveBytes ? state->writeCbk(state->dataBytes, state->haveBytes) : APP_SEC_NO_ERROR;
nanohubCommand.c 70 // appSecRxData only feeds 16 bytes at a time into writeCbk, so large
178 static AppSecErr writeCbk(const void *data, uint32_t len)
280 mDownloadState->appSecState = appSecInit(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
    [all...]

Completed in 823 milliseconds