Searched refs:eeDataSet (Results 1 – 3 of 3) sorted by relevance
46 bool eeDataSet(uint32_t name, const void *buf, uint32_t len);
112 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet() function
245 return eeDataSet(EE_DATA_NAME_ENCR_KEY, &kd, sizeof(kd)) ? APP_SEC_NO_ERROR : APP_SEC_BAD; in osSecretKeyAdd()