Home
last modified time | relevance | path

Searched refs:FL_KEY_HDR_DELETE (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/
Dseos.h83 #define FL_KEY_HDR_DELETE 0x8000 // key-specific flag: if set key id refers to existing ke… macro
/device/google/contexthub/firmware/src/
DnanohubCommand.c339 if ((app->hdr.fwFlags & FL_KEY_HDR_DELETE) != 0) { in updateKey()