Searched refs:APP_ID_GET_VENDOR (Results 1 – 4 of 4) sorted by relevance
46 #define APP_ID_GET_VENDOR(appid) ((appid) >> APP_VENDOR_SHF) macro
824 vendor = APP_ID_GET_VENDOR(appId); in matchAppId()828 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in matchAppId()
359 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey()
44 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) macro