Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DeeData.h50 bool eeDataEraseOldVersion(uint32_t name, void *addr); // addr is non-NULL address returned by call…
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c141 bool eeDataEraseOldVersion(uint32_t name, void *vaddr) in eeDataEraseOldVersion() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c234 good = eeDataEraseOldVersion(EE_DATA_NAME_ENCR_KEY, addr) && good; in osSecretKeyDelete()