| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
| H A D | das_version_util.c | 92 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 D | pake_request.c | 45 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 D | auth_start_request.c | 51 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 D | key_agreement_version.c | 37 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 D | key_agreement.c | 76 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 D | pake_client.c | 158 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 D | sts_client.c | 94 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 D | key_agreement.h | 51 /* first.second.third */ 55 uint32_t third; member
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | locale_util.cpp | 102 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 D | key_agree_session.h | 46 uint64_t third; member
|
| /base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
| H A D | das_version_util.h | 49 uint32_t third; member
|
| /base/security/device_auth/services/key_agree_sdk/src/ |
| H A D | key_agree_session.c | 114 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 D | utils.cpp | 188 * 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 D | das_task_main.c | 52 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 D | dev_auth_module_manager.c | 265 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 D | utils.cpp | 304 * 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()
|