Home
last modified time | relevance | path

Searched refs:third (Results 1 - 16 of 16) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c92 version->third = (uint32_t)strtoul(subVer, NULL, DEC); in StringToVersion()
108 if (sprintf_s(tmpStr, TMP_VERSION_STR_LEN, "%u.%u.%u", version->first, version->second, version->third) <= 0) { in VersionToString()
177 version->third = 0; in InitGroupAndModuleVersion()
239 if ((src->first == des->first) && (src->second == des->second) && (src->third == des->third)) { in IsVersionEqual()
252 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
255 curVersionSelf->third = curVersionSelf->third & curVersionPeer->third; in NegotiateVersion()
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dpake_request.c45 pake_request->peer_version.third, FIELD_MIN_VERSION, in make_pake_request()
47 pake_request->peer_support_version.third, FIELD_SUPPORT_256_MOD, in make_pake_request()
H A Dauth_start_request.c51 auth_start_request->peer_version.third, FIELD_MIN_VERSION, in make_request_json_str()
54 auth_start_request->peer_support_version.third, in make_request_json_str()
H A Dkey_agreement_version.c37 cur_ver->third = strtoul(sub_ver, NULL, HC_VERSION_DEC); /* third */ in split_ver()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement.c76 peer_version->first, peer_version->second, peer_version->third, in is_peer_support_current_version()
77 peer_support_version->first, peer_support_version->second, peer_support_version->third, in is_peer_support_current_version()
78 g_current_version.first, g_current_version.second, g_current_version.third); in is_peer_support_current_version()
H A Dpake_client.c158 send_data->peer_version.third = 0; in build_start_request_data()
161 send_data->peer_support_version.third = 0; in build_start_request_data()
H A Dsts_client.c94 send_data->peer_version.third = 0; in build_start_request_data()
97 send_data->peer_support_version.third = 0; in build_start_request_data()
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dkey_agreement.h51 /* first.second.third */
55 uint32_t third; member
/base/global/i18n/frameworks/intl/src/
H A Dlocale_util.cpp102 outValue[2] = (encodeScript & 0x0000FF00) >> 8; // 2 is index, 8 is third script character offset in DecodeScript()
146 uint8_t third = ((uint8_t)(str[2] - base)) & 0x7f; // 2 is index in EncodeLanguageOrRegion() local
148 return ((0x80 | (first << 2) | (second >> 3)) << 8) | ((second << 5) | third); in EncodeLanguageOrRegion()
/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h46 uint64_t third; member
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h49 uint32_t third; member
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c114 if ((src->first == des->first) && (src->second == des->second) && (src->third == des->third)) { in IsVersionEqual()
152 version->third = (uint64_t)strtoul(subVer, NULL, DEC); in StringToVersion()
168 version->first, version->second, version->third) <= 0) { in VersionToString()
188 version->third = 0; in GetMaxVersion()
242 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp188 * 4-0 bits represent the value of the third char subtract base char.
203 uint8_t third = ((uint8_t)(str[2] - base)) & 0x7f; in EncodeLanguageOrRegion() local
204 return ((0x80 | (first << 2) | (second >> 3)) << 8) | ((second << 5) | third); in EncodeLanguageOrRegion()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c52 version->third = 0; in GetMinVersion()
59 version->third = 0; in GetMaxVersion()
65 version->third = (version->third) | temp->algInProtocol; in GetMaxVersion()
/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c265 g_version.third |= dasModule->moduleType; in InitModules()
276 g_version.third |= accountModule->moduleType; in InitModules()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp304 * 4-0 bits represent the value of the third char subtract base char.
320 uint8_t third = ((uint8_t)(str[ArrayIndex::INDEX_TWO] - base)) & 0x7f; in EncodeLanguageOrRegion() local
322 BitOperatorNum::BIT_EIGHT) | ((second << BitOperatorNum::BIT_FIVE) | third); in EncodeLanguageOrRegion()

Completed in 15 milliseconds