Searched refs:g_cmPurposeProperty (Results 1 – 1 of 1) sorted by relevance
34 static struct PropertyToHuks g_cmPurposeProperty[] = { variable321 for (uint32_t i = 0; i < CM_ARRAY_SIZE(g_cmPurposeProperty); ++i) { in TranslateToHuksProperties()322 if (spec->purpose == g_cmPurposeProperty[i].cmProperty) { in TranslateToHuksProperties()323 keyProperties->purpose = g_cmPurposeProperty[i].huksProperty; in TranslateToHuksProperties()