Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DappSec.h30 typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return APP_SEC_KEY_NOT_F… typedef
48 …ecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccess…
/device/google/contexthub/firmware/os/core/
DappSec.c71 AppSecGetAesKeyCbk aesKeyAccessCbk;
141 …ecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccess… in appSecInit()