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.c198 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup() argument
210 if (keyBuf) in osSecretKeyLookup()
211 memcpy(keyBuf, kd.key, sizeof(kd.key)); in osSecretKeyLookup()
242 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd() argument
250 memcpy(&kd.key, keyBuf, 32); in osSecretKeyAdd()