Searched refs:kd (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 209 struct SeosEedataEncrKeyData kd; in osSecretKeyLookup() local 215 if (!eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state)) in osSecretKeyLookup() 218 if (sz == sizeof(struct SeosEedataEncrKeyData) && kd.keyID == keyId) { in osSecretKeyLookup() 220 memcpy(keyBuf, kd.key, sizeof(kd.key)); in osSecretKeyLookup() 230 struct SeosEedataEncrKeyData kd; in osSecretKeyDelete() local 237 void *addr = eeDataGetAllVersions(EE_DATA_NAME_ENCR_KEY, &kd, &sz, &state); in osSecretKeyDelete() 242 if (sz == sizeof(kd) && kd.keyID == keyId) { in osSecretKeyDelete() 253 struct SeosEedataEncrKeyData kd; in osSecretKeyAdd() local 259 memcpy(&kd.key, keyBuf, 32); in osSecretKeyAdd() 260 kd.keyID = keyId; in osSecretKeyAdd() [all …]
|
/device/google/sunfish/audio/acdbdata/ |
D | workspaceFile.qwsp | 1 …ntdCqsQ6STXwKcJLmKe0gLicUCAbP0htQC+qDB/Tlkjyx4diVq8RgHgZfy0ytKGZwM3tRtaiQO+kd/MZyoVVE/zvyEyphaW5SG…
|