Searched refs:GetSessionKeyByIndex (Results 1 – 3 of 3) sorted by relevance
49 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, SessionKey *key);
144 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, SessionKey *key) in GetSessionKeyByIndex() function228 if (GetSessionKeyByIndex(list, index, &sessionKey) != SOFTBUS_OK) { in DecryptData()
619 if (GetSessionKeyByIndex(&auth->sessionKeyList, TO_INT32(authSeq), sessionKey) != SOFTBUS_OK) { in AuthManagerGetSessionKey()