Searched refs:AuthModuleBase (Results 1 – 11 of 11) sorted by relevance
27 DECLARE_HC_VECTOR(AuthModuleVec, AuthModuleBase *);28 IMPLEMENT_HC_VECTOR(AuthModuleVec, AuthModuleBase *, 2)33 static AuthModuleBase *GetModule(int moduleType) in GetModule()36 AuthModuleBase **module; in GetModule()76 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity()104 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity()132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo()161 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey()285 AuthModuleBase **module; in DestroyModules()307 AuthModuleBase **pluginPtr; in AddAuthModulePlugin()[all …]
30 typedef const AuthModuleBase *(*GetAuthModulePluginFunc)(void);76 static const AuthModuleBase *GetAuthModulePluginFromLib(void *handle) in GetAuthModulePluginFromLib()98 const AuthModuleBase *authModulePlugin = GetAuthModulePluginFromLib(handle); in LoadDynamicPlugin()120 const AuthModuleBase *authModulePlugin = GetAuthModulePluginFromLib(handle); in UnloadDynamicPlugin()
39 DEV_AUTH_WEAK const AuthModuleBase *GetExtendAuthModulePlugin(void) in GetExtendAuthModulePlugin()47 const AuthModuleBase *authModulePlugin = GetExtendAuthModulePlugin(); in LoadExtendPlugin()69 const AuthModuleBase *authModulePlugin = GetExtendAuthModulePlugin(); in UnloadExtendPlugin()
25 AuthModuleBase base;36 const AuthModuleBase *GetDasModule(void);
33 AuthModuleBase base;153 const AuthModuleBase *GetAccountModule(void) in GetAccountModule()155 return (const AuthModuleBase *)&g_module; in GetAccountModule()
34 } AuthModuleBase; typedef47 int32_t AddAuthModulePlugin(const AuthModuleBase *plugin);
156 const AuthModuleBase *GetDasModule(void) in GetDasModule()158 return (const AuthModuleBase *)&g_dasModule; in GetDasModule()
20 const AuthModuleBase *GetAccountModule(void) in GetAccountModule()
18 const AuthModuleBase *GetDasModule() in GetDasModule()
26 const AuthModuleBase *GetAccountModule(void);
581 AuthModuleBase plugin = { 0 };656 const AuthModuleBase *accountModule = GetAccountModule();