Searched refs:g_cmPaddingProperty (Results 1 – 1 of 1) sorted by relevance
39 static struct PropertyToHuks g_cmPaddingProperty[] = { variable328 for (uint32_t i = 0; i < CM_ARRAY_SIZE(g_cmPaddingProperty); ++i) { in TranslateToHuksProperties()329 if (spec->padding == g_cmPaddingProperty[i].cmProperty) { in TranslateToHuksProperties()330 keyProperties->padding = g_cmPaddingProperty[i].huksProperty; in TranslateToHuksProperties()