Home
last modified time | relevance | path

Searched refs:eeDataSet (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DeeData.h46 bool eeDataSet(uint32_t name, const void *buf, uint32_t len);
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c113 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c253 return eeDataSet(EE_DATA_NAME_ENCR_KEY, &kd, sizeof(kd)) ? APP_SEC_NO_ERROR : APP_SEC_BAD; in osSecretKeyAdd()