Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 113) sorted by relevance

12345

/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_version_util.c104 if ((src->first == des->first) && (src->second == des->second) && (src->third == des->third)) { in IsVersionEqual()
117 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
120 curVersionSelf->third = curVersionSelf->third & curVersionPeer->third; in NegotiateVersion()
121 if (curVersionSelf->third == 0) { in NegotiateVersion()
134 if ((curVersion->third & g_bindPriorityList[i].alg) == g_bindPriorityList[i].alg) { in GetBindPrototolType()
148 if ((curVersion->third & g_authPriorityList[i].alg) == g_authPriorityList[i].alg) { in GetAuthPrototolType()
174 pakeAlgType = ((curVersion->third & EC_PAKE_V2) >> ALG_OFFSET_FOR_PAKE_V2) | in GetSupportedPakeAlg()
175 ((curVersion->third & DL_PAKE_V2) >> ALG_OFFSET_FOR_PAKE_V2); in GetSupportedPakeAlg()
177 pakeAlgType = ((curVersion->third & EC_PAKE_V1) >> ALG_OFFSET_FOR_PAKE_V1) | in GetSupportedPakeAlg()
178 ((curVersion->third & DL_PAKE_V1) >> ALG_OFFSET_FOR_PAKE_V1); in GetSupportedPakeAlg()
[all …]
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/frameworks/deviceauth_lite/source/key_agreement/
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()
Dkey_agreement.h55 uint32_t third; member
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()
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/services/frameworks/src/module/
Dversion_util.c71 version->third = (uint32_t)strtoul(subVer, NULL, DEC); in StringToVersion()
87 …s(tmpStr, TMP_VERSION_STR_LEN, "%u.%u.%u", version->first, version->second, version->third) <= 0) { in VersionToString()
156 version->third = 0; in InitGroupAndModuleVersion()
Ddev_auth_module_manager.c237 g_version.third |= dasModule->moduleType; in InitModules()
248 g_version.third |= accountModule->moduleType; in InitModules()
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dpake_request.c89 pake_request->peer_version.third, FIELD_MIN_VERSION, in make_pake_request()
91 pake_request->peer_support_version.third, FIELD_SUPPORT_256_MOD, in make_pake_request()
Dpake_response.c118 … pake_response->self_version.third, FIELD_MIN_VERSION, pake_response->self_support_version.first, in make_pake_response()
119 pake_response->self_support_version.second, pake_response->self_support_version.third, in make_pake_response()
Dauth_start_request.c110 auth_start_request->peer_version.third, FIELD_MIN_VERSION, in make_request_json_str()
113 auth_start_request->peer_support_version.third, in make_request_json_str()
Dauth_start_response.c109 as_res->self_version.second, as_res->self_version.third, FIELD_MIN_VERSION, in make_response_json_str()
111 as_res->self_support_version.third, FIELD_PEER_AUTH_ID, tmp_hex.tmp_auth_id_data_hex, in make_response_json_str()
Dkey_agreement_version.c37 cur_ver->third = strtoul(sub_ver, NULL, HC_VERSION_DEC); /* third */ in split_ver()
/base/security/device_auth/services/frameworks/inc/module/
Dversion_util.h29 uint32_t third; member
/base/security/code_signature/
DREADME_zh.md47 **[third\_party\_fsverity-utils](https://gitee.com/openharmony/third_party_fsverity-utils/blob/mast…
DREADME.md50 **[third\_party\_fsverity-utils](https://gitee.com/openharmony/third_party_fsverity-utils/blob/mast…
/base/useriam/user_auth_framework/
DREADME.md7 …user authentication and provides biometric feature authentication APIs to third-party applications.
15 …service or basic system application) or obtained from the system context (third-party application).
/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h46 uint64_t third; member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dutils.cpp203 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/certificate_framework/
DREADME-en.md4 The certificate framework shields the implementation differences of third-party certificate algorit…
18 …tation layer to adapt to the algorithm and shield differences between the third-party algorithm li…
/base/security/device_auth/services/key_agree_sdk/src/
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/customization/enterprise_device_management/
DREADME.md15 … for system applications, and device management capability interfaces for third-party applications.
/base/global/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp314 uint8_t third = ((uint8_t)(str[2] - base)) & 0x7f; in EncodeLanguageOrRegion() local
315 return ((0x80 | (first << 2) | (second >> 3)) << 8) | ((second << 5) | third); in EncodeLanguageOrRegion()
/base/hiviewdfx/hichecker/
DREADME.md11 …uring development of OpenHarmony applications (including system-built and third-party applications…
/base/request/request/
DREADME.md7 The Request service provides third-party applications with the download and upload capabilities. Wi…
16 Third-party applications: dependent third-party applications.
37 Curl adaptation: encapsulates the third-party library libcurl.
41 libcurl: functions as a third-party library.

12345