Searched refs:GetSessionKeyByIndex (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_session_key.h | 58 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, AuthLinkType type, SessionK…
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_key.c | 344 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 D | auth_manager.c | 717 …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()
|