Searched refs:eeDataGetAllVersions (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | eeData.h | 52 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP);
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | eeData.c | 128 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP) in eeDataGetAllVersions() function
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 215 if (!eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state)) in osSecretKeyLookup() 237 void *addr = eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state); in osSecretKeyDelete()
|