Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_util.c85 int32_t groupAuthType = GetAuthType(authForm); in CombineAuthConfirmData() local
86 BaseGroupAuth *groupAuthHandle = GetGroupAuth(groupAuthType); in CombineAuthConfirmData()
113 BaseGroupAuth *GetGroupAuth(int32_t groupAuthType) in GetGroupAuth() argument
115 return g_groupAuthFunc(groupAuthType); in GetGroupAuth()
H A Dcompatible_auth_sub_session.c96 int32_t groupAuthType = GetAuthType(authForm); in GetAuthInfoForServer() local
97 BaseGroupAuth *groupAuthHandle = GetGroupAuth(groupAuthType); in GetAuthInfoForServer()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/
H A Dgroup_auth_manager.c26 static BaseGroupAuth *GetAccountGroupAuth(int32_t groupAuthType) in GetAccountGroupAuth() argument
28 switch (groupAuthType) { in GetAccountGroupAuth()
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_util.h30 BaseGroupAuth *GetGroupAuth(int32_t groupAuthType);
32 typedef BaseGroupAuth* (*GetGroupAuthFunc)(int32_t groupAuthType);