Home
last modified time | relevance | path

Searched refs:authServer (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c184 AuthManager *authServer = GetAuthManagerByConnInfo(connInfo, true); in AuthCheckSessionKeyValidByConnInfo() local
187 if (authClient == NULL && authServer == NULL) { in AuthCheckSessionKeyValidByConnInfo()
193 authServer = GetAuthManagerByAuthId(authId); in AuthCheckSessionKeyValidByConnInfo()
196 if (authClient == NULL && authServer == NULL) { in AuthCheckSessionKeyValidByConnInfo()
209 if (authServer != NULL) { in AuthCheckSessionKeyValidByConnInfo()
210 ret = CheckSessionKeyAvailable(&authServer->sessionKeyList, type); in AuthCheckSessionKeyValidByConnInfo()
217 DelDupAuthManager(authServer); in AuthCheckSessionKeyValidByConnInfo()
H A Dauth_manager.c1784 const AuthManager *authServer = NULL; in AuthGetLatestAuthSeqListByType() local
1786 authServer = FindAuthManagerByUdid(udid, ConvertToAuthLinkType(type), true); in AuthGetLatestAuthSeqListByType()
1787 if (authClient == NULL && authServer == NULL) { in AuthGetLatestAuthSeqListByType()
1802 if (authServer != NULL) { in AuthGetLatestAuthSeqListByType()
1803 seqList[1] = authServer->lastAuthSeq[seqType]; in AuthGetLatestAuthSeqListByType()
1804 authVerifyTime[1] = authServer->lastVerifyTime; in AuthGetLatestAuthSeqListByType()
1821 AuthManager *authServer = NULL; in AuthGetLatestAuthSeqList() local
1825 authServer = FindAuthManagerByUdid(udid, linkList[i], true); in AuthGetLatestAuthSeqList()
1826 if (authClient == NULL && authServer == NULL) { in AuthGetLatestAuthSeqList()
1831 if (authClient != NULL && authServer in AuthGetLatestAuthSeqList()
[all...]

Completed in 5 milliseconds