Searched refs:g_protocolAlgorithm (Results 1 – 1 of 1) sorted by relevance
32 const static ProtocolPrimeMod g_protocolAlgorithm[] = { variable772 for (uint32_t i = 0; i < sizeof(g_protocolAlgorithm); i++) { in GetKegAgreeProtocolType()773 if ((curVersion->second & g_protocolAlgorithm[i]) == g_protocolAlgorithm[i]) { in GetKegAgreeProtocolType()774 curVersion->second = g_protocolAlgorithm[i]; in GetKegAgreeProtocolType()