Searched refs:g_oidToNameMap (Results 1 – 1 of 1) sorted by relevance
38 static const OidToAlgorithmName g_oidToNameMap[] = { variable63 uint32_t oidCount = sizeof(g_oidToNameMap) / sizeof(OidToAlgorithmName); in GetAlgorithmName()65 if (strcmp(g_oidToNameMap[i].oid, oid) == 0) { in GetAlgorithmName()66 return g_oidToNameMap[i].algorithmName; in GetAlgorithmName()