Home
last modified time | relevance | path

Searched defs:groupAuthType (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/services/group_auth/src/session/auth_session/
Dauth_session_server.c48 int32_t groupAuthType = GetGroupAuthType(authForm); in CombineServerParams() local
68 int32_t groupAuthType = GetGroupAuthType(authForm); in GetAuthInfoForServer() local
91 int32_t groupAuthType = GetGroupAuthType(authForm); in StartServerRequest() local
Dauth_session_util.c39 BaseGroupAuth *GetGroupAuth(int32_t groupAuthType) in GetGroupAuth()