Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h95 int64_t normalizedIndex; member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c181 index = info->normalizedIndex; in GetDumpSessionKeyList()
H A Dauth_manager.c597 … if (SetSessionKeyAuthLinkType(list, info->normalizedIndex, info->connInfo.type) == SOFTBUS_OK) { in ProcessSessionKey()
601 *index = info->normalizedIndex; in ProcessSessionKey()
952 index = info->normalizedIndex; in AuthManagerSetAuthPassed()
H A Dauth_interface.c436 info->normalizedIndex = keyInfo->keyIndex; in FillAuthSessionInfo()
H A Dauth_session_json.c499 info->normalizedIndex = deviceKey.keyIndex; in PackNormalizedKey()
676 info->normalizedIndex = deviceKey.keyIndex; in UnpackNormalizedKey()
H A Dauth_session_fsm.c704 …AuthUpdateNormalizeKeyIndex(udidShortHash, authFsm->info.normalizedIndex, authFsm->info.connInfo.t… in RecoveryNormalizedDeviceKey()