Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c246 VersionStruct *curVersionSelf) in NegotiateVersion() argument
250 curVersionSelf->first = g_defaultVersion.first; in NegotiateVersion()
251 curVersionSelf->second = g_defaultVersion.second; in NegotiateVersion()
252 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
255 curVersionSelf->third = curVersionSelf->third & curVersionPeer->third; in NegotiateVersion()
256 if (curVersionSelf->third == 0) { in NegotiateVersion()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c237 int32_t NegotiateVersion(VersionStruct *curVersionPeer, VersionStruct *curVersionSelf) in NegotiateVersion() argument
240 curVersionSelf->first = g_defaultVersion.first; in NegotiateVersion()
241 curVersionSelf->second = g_defaultVersion.second; in NegotiateVersion()
242 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
245 curVersionSelf->second = curVersionSelf->second & curVersionPeer->second; in NegotiateVersion()
246 if (curVersionSelf->second == 0) { in NegotiateVersion()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h75 VersionStruct *curVersionSelf);