HomeSort by relevance Sort by last modified time
    Searched refs:SeosEedataEncrKeyData (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
eeData.h 29 struct SeosEedataEncrKeyData data;
34 const struct Stm32f4xxEedataEncrKey __attribute__ ((section (".eedata"))) __EE__ ## name = { { EE_DATA_NAME_ENCR_KEY + sizeof(struct SeosEedataEncrKeyData) * (EE_DATA_NAME_MAX + 1)}, {keyid, {__VA_ARGS__}}}
  /device/google/contexthub/firmware/os/inc/
seos.h 140 struct SeosEedataEncrKeyData {
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 209 struct SeosEedataEncrKeyData kd;
213 uint32_t sz = sizeof(struct SeosEedataEncrKeyData);
218 if (sz == sizeof(struct SeosEedataEncrKeyData) && kd.keyID == keyId) {
230 struct SeosEedataEncrKeyData kd;
236 uint32_t sz = sizeof(struct SeosEedataEncrKeyData);
253 struct SeosEedataEncrKeyData kd;
    [all...]

Completed in 86 milliseconds