Home
last modified time | relevance | path

Searched refs:ProtocolComponent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/
H A Dauth_sub_session.c32 } ProtocolComponent; typedef
39 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()