Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c737 int64_t sessionKeyIndex = authSeq; in AuthManagerSetSessionKey() local
739 sessionKeyIndex = info->oldIndex; in AuthManagerSetSessionKey()
753 AuthManager *auth = GetDeviceAuthManager(authSeq, info, &isNewCreated, sessionKeyIndex); in AuthManagerSetSessionKey()
759 …if (ProcessSessionKey(&auth->sessionKeyList, &sessionKeyIndex, sessionKey, info, isOldKey) != SOFT… in AuthManagerSetSessionKey()
772 ret = SetSessionKeyAvailable(&auth->sessionKeyList, TO_INT32(sessionKeyIndex)); in AuthManagerSetSessionKey()
778 auth->authId, authSeq, TO_INT32(sessionKeyIndex), auth->lastVerifyTime); in AuthManagerSetSessionKey()