Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_key.h58 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, AuthLinkType type, SessionK…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c344 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, AuthLinkType type, SessionK… in GetSessionKeyByIndex() function
463 if (GetSessionKeyByIndex(list, index, type, &sessionKey) != SOFTBUS_OK) { in DecryptData()
H A Dauth_manager.c717 …if (GetSessionKeyByIndex(&auth->sessionKeyList, index, info->connInfo.type, &sessionKey) != SOFTBU… in AuthProcessEmptySessionKey()
801 if (GetSessionKeyByIndex(&auth->sessionKeyList, TO_INT32(authSeq), info->connInfo.type, in AuthManagerGetSessionKey()