Home
last modified time | relevance | path

Searched refs:keyBuf (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…
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c207 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup() argument
219 if (keyBuf) in osSecretKeyLookup()
220 memcpy(keyBuf, kd.key, sizeof(kd.key)); in osSecretKeyLookup()
251 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd() argument
259 memcpy(&kd.key, keyBuf, 32); in osSecretKeyAdd()