/base/security/device_auth/services/authenticators/src/account_unrelated/ |
D | das_version_util.c | 104 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 …]
|
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/frameworks/deviceauth_lite/source/key_agreement/ |
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()
|
D | key_agreement.h | 55 uint32_t third; member
|
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()
|
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/services/frameworks/src/module/ |
D | version_util.c | 71 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()
|
D | dev_auth_module_manager.c | 237 g_version.third |= dasModule->moduleType; in InitModules() 248 g_version.third |= accountModule->moduleType; in InitModules()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
D | pake_request.c | 89 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()
|
D | pake_response.c | 118 … 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()
|
D | auth_start_request.c | 110 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()
|
D | auth_start_response.c | 109 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()
|
D | key_agreement_version.c | 37 cur_ver->third = strtoul(sub_ver, NULL, HC_VERSION_DEC); /* third */ in split_ver()
|
/base/security/device_auth/services/frameworks/inc/module/ |
D | version_util.h | 29 uint32_t third; member
|
/base/security/code_signature/ |
D | README_zh.md | 47 **[third\_party\_fsverity-utils](https://gitee.com/openharmony/third_party_fsverity-utils/blob/mast…
|
D | README.md | 50 **[third\_party\_fsverity-utils](https://gitee.com/openharmony/third_party_fsverity-utils/blob/mast…
|
/base/useriam/user_auth_framework/ |
D | README.md | 7 …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/ |
D | key_agree_session.h | 46 uint64_t third; member
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | utils.cpp | 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/certificate_framework/ |
D | README-en.md | 4 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/ |
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/customization/enterprise_device_management/ |
D | README.md | 15 … for system applications, and device management capability interfaces for third-party applications.
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | utils.cpp | 314 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/ |
D | README.md | 11 …uring development of OpenHarmony applications (including system-built and third-party applications…
|
/base/request/request/ |
D | README.md | 7 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.
|