Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
DeeData.h34 …ncrKey __attribute__ ((section (".eedata"))) __EE__ ## name = { { EE_DATA_NAME_ENCR_KEY + sizeof(s…
/device/google/contexthub/firmware/os/inc/
DeeData.h54 #define EE_DATA_NAME_ENCR_KEY 1 macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c206 if (!eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state)) in osSecretKeyLookup()
228 void *addr = eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state); in osSecretKeyDelete()
234 good = eeDataEraseOldVersion(EE_DATA_NAME_ENCR_KEY, addr) && good; in osSecretKeyDelete()
253 return eeDataSet(EE_DATA_NAME_ENCR_KEY, &kd, sizeof(kd)) ? APP_SEC_NO_ERROR : APP_SEC_BAD; in osSecretKeyAdd()