Searched refs:GetSessionKeyByIndex (Results 1 - 3 of 3) sorted by relevance
/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, SessionKey *key);
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_key.c | 345 int32_t GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, AuthLinkType type, SessionKey *key) in GetSessionKeyByIndex() function 463 if (GetSessionKeyByIndex(list, index, type, &sessionKey) != SOFTBUS_OK) { in DecryptData()
|
H A D | auth_manager.c | 719 if (GetSessionKeyByIndex(&auth->sessionKeyList, index, info->connInfo.type, &sessionKey) != SOFTBUS_OK) { in AuthProcessEmptySessionKey() 720 AUTH_LOGE(AUTH_FSM, "GetSessionKeyByIndex fail index=%{public}d", index); in AuthProcessEmptySessionKey() 803 if (GetSessionKeyByIndex(&auth->sessionKeyList, TO_INT32(authSeq), info->connInfo.type, in AuthManagerGetSessionKey() 805 AUTH_LOGE(AUTH_FSM, "GetSessionKeyByIndex fail"); in AuthManagerGetSessionKey()
|
Completed in 6 milliseconds