Home
last modified time | relevance | path

Searched refs:key0 (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c112 FILLP_UINT32 key0; in FillpSha256Compile() local
128 key0 = ((FILLP_UINT32)(index + FILLP_SHA_FOURTEEN_PAR)) & FILLP_SHAWK_ARRAY_SZ_MOD; in FillpSha256Compile()
132 buf[key3] += FILLP_G_1(buf[key0]) + buf[key1] + FILLP_G_0(buf[key2]); in FillpSha256Compile()
137 key0 = ((FILLP_UINT32)(FILLP_SHA_SEVEN_PAR - index)) & FILLP_HASH_ARRAY_SZ_MOD; in FillpSha256Compile()
138 hash[key0] += buf[key3]; in FillpSha256Compile()
141 hash[key0] += g_k256[key1]; in FillpSha256Compile()
144 hash[key0] += FILLP_S_1(hash[key1]); in FillpSha256Compile()
148 hash[key0] += FILLP_CH(hash[key1], hash[key2], hash[key3]); in FillpSha256Compile()
151 hash[key1] += hash[key0]; in FillpSha256Compile()
154 hash[key0] += FILLP_S_0(hash[key1]); in FillpSha256Compile()
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_session_callback_stub.cpp.txt152 std::vector<uint8_t> key0;
153 if (!ReadPodArray(mediaKeySessionCallbackData, key0)) {
154 HDF_LOGE("%{public}s: failed to read key0", __func__);
166 keyStatus[key0] = value0;
H A Dmedia_key_system_types.cpp.txt172 const char* key0 = data.ReadCString();
173 if (key0 == nullptr) {
174 HDF_LOGE("%{public}s: read key0 failed", __func__);
182 dataBlock.optionalData[key0] = value0;
H A Dmedia_key_session_proxy.cpp.txt253 HDF_LOGE("%{public}s: read key0 failed", __func__);
256 std::string key0 = key0Cp;
263 mediaKeyStatus[key0] = value0;
H A Dmedia_key_system_proxy.cpp.txt357 HDF_LOGE("%{public}s: read key0 failed", __func__);
360 std::string key0 = key0Cp;
367 statistics[key0] = value0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnnrt_types.cpp.txt223 const char* key0 = data.ReadCString();
224 if (key0 == nullptr) {
225 HDF_LOGE("%{public}s: read key0 failed", __func__);
233 dataBlock.extensions[key0] = value0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp111 Key key0 = { 'k', '0' }; in CheckSecond() local
112 Value value = DistributedTestTools::Get(*storeDelegate_, key0); in CheckSecond()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_007/cpp_target/foo/v1_0/
H A Dtypes.cpp.txt336 const char* key0 = data.ReadCString();
337 if (key0 == nullptr) {
338 HDF_LOGE("%{public}s: read key0 failed", __func__);
346 dataBlock.data15[key0] = value0;
H A Dfoo_ext_stub.cpp.txt181 HDF_LOGE("%{public}s: read key0 failed", __func__);
184 std::string key0 = key0Cp;
191 inData[key0] = value0;
H A Dfoo_ext_proxy.cpp.txt249 HDF_LOGE("%{public}s: read key0 failed", __func__);
252 std::string key0 = key0Cp;
259 outData[key0] = value0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_007/cpp_target/foo/v1_0/
H A Dtypes.cpp.txt336 const char* key0 = data.ReadCString();
337 if (key0 == nullptr) {
338 HDF_LOGE("%{public}s: read key0 failed", __func__);
346 dataBlock.data15[key0] = value0;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-unitest.md23 | ohos.uitest | UiDriver | triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-unitest.md23 | ohos.uitest | UiDriver | triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp2247 Key key0({'k', '0'}); variable
2250 EXPECT_EQ(kvDelegatePtrS1_->Get(key0, actualValue), OK);
2252 EXPECT_EQ(CheckFlag(key0, LogInfoFlag::FLAG_LOCAL), OK); // flag become 0x2;
2313 Key key0({'k', '0'}); variable
2315 EXPECT_EQ(kvDelegatePtrS1_->Get(key0, actualValue), OK);
2317 EXPECT_EQ(CheckFlag(key0, LogInfoFlag::FLAG_LOCAL), OK); // flag become 0x2;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md163 |新增|NA|类名:Driver;<br>方法or属性:triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-unitest.md129 |新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性: triggerCombineKeys(key0: number, key1: number, k…
292 |删除|模块名: ohos.uitest<br>类名: Driver<br>方法 or 属性:triggerCombineKeys(key0: number, key1: number, key2?…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md163 |Added|NA|Class name: Driver;<br>Method or attribute name: triggerCombineKeys(key0: number, key1: n…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-unitest.md129 …est<br>Class name: Driver<br>Method or attribute name: triggerCombineKeys(key0: number, key1: numb…
292 …est<br>Class name: Driver<br>Method or attribute name: triggerCombineKeys(key0: number, key1: numb…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/
H A Djs-apis-uitest.md2058 triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>
2070 | key0 | number | 是 | 指定的第一个key值。 |
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/
H A Djs-apis-uitest.md2058 triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>
2070 | key0 | number | Yes | The first key value. |