Home
last modified time | relevance | path

Searched refs:AppSecPubKeyFindCbk (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/
DappSec.h29 typedef AppSecErr (*AppSecPubKeyFindCbk)(const uint32_t *gotKey, bool *foundP); // fill in *foundP … typedef
48 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe…
/device/google/contexthub/firmware/src/
DappSec.c71 AppSecPubKeyFindCbk pubKeyFindCbk;
142 struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGe… in appSecInit()