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

  /device/google/contexthub/firmware/os/inc/
appSec.h 29 typedef AppSecErr (*AppSecPubKeyFindCbk)(const uint32_t *gotKey, bool *foundP); // fill in *foundP on result of lookup
48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
  /device/google/contexthub/firmware/os/core/
appSec.c 70 AppSecPubKeyFindCbk pubKeyFindCbk;
141 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)

Completed in 62 milliseconds