Home
last modified time | relevance | path

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

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