Searched refs:AuthModuleBase (Results 1 – 10 of 10) sorted by relevance
26 DECLARE_HC_VECTOR(AuthModuleVec, AuthModuleBase *);27 IMPLEMENT_HC_VECTOR(AuthModuleVec, AuthModuleBase *, 2)32 static AuthModuleBase *GetModule(int moduleType) in GetModule()35 AuthModuleBase **module; in GetModule()75 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity()96 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity()117 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo()139 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey()160 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability()175 AuthModuleBase *module = GetModule(moduleType); in CreateTask()[all …]
39 DEV_AUTH_WEAK const AuthModuleBase *GetExtendAuthModulePlugin(void) in GetExtendAuthModulePlugin()47 const AuthModuleBase *authModulePlugin = GetExtendAuthModulePlugin(); in LoadExtendPlugin()69 const AuthModuleBase *authModulePlugin = GetExtendAuthModulePlugin(); in UnloadExtendPlugin()
30 typedef const AuthModuleBase *(*GetAuthModulePluginFunc)(void);75 static const AuthModuleBase *GetAuthModulePluginFromLib(void *handle) in GetAuthModulePluginFromLib()97 const AuthModuleBase *authModulePlugin = GetAuthModulePluginFromLib(handle); in LoadDynamicPlugin()119 const AuthModuleBase *authModulePlugin = GetAuthModulePluginFromLib(handle); in UnloadDynamicPlugin()
24 AuthModuleBase base;35 const AuthModuleBase *GetDasModule(void);
32 AuthModuleBase base;142 const AuthModuleBase *GetAccountModule(void) in GetAccountModule()144 return (const AuthModuleBase *)&g_module; in GetAccountModule()
34 } AuthModuleBase; typedef46 int32_t AddAuthModulePlugin(const AuthModuleBase *plugin);
18 const AuthModuleBase *GetDasModule() in GetDasModule()
20 const AuthModuleBase *GetAccountModule(void) in GetAccountModule()
26 const AuthModuleBase *GetAccountModule(void);
156 const AuthModuleBase *GetDasModule(void) in GetDasModule()158 return (const AuthModuleBase *)&g_dasModule; in GetDasModule()