Searched refs:ProtocolComponent (Results 1 – 1 of 1) sorted by relevance
32 } ProtocolComponent; typedef39 static const ProtocolComponent PROTOCOL_COMPONENT_LIB[] = {51 static const ProtocolComponent *GetProtocolComponent(int32_t protocolType) in GetProtocolComponent()53 for (uint32_t i = 0; i < sizeof(PROTOCOL_COMPONENT_LIB) / sizeof(ProtocolComponent); i++) { in GetProtocolComponent()150 const ProtocolComponent *component = GetProtocolComponent(protocolType); in CreateAuthSubSession()