Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_crypto.cpp94 std::string hash2 = Crypto::GetHashWithSalt(text1, salt2); in HWTEST_F() local
96 EXPECT_STRNE(hash1.c_str(), hash2.c_str()); in HWTEST_F()
98 std::cout << "hash2: " << hash2 << std::endl; in HWTEST_F()
104 std::cout << "hash2: " << hash4 << std::endl; in HWTEST_F()
112 EXPECT_STREQ(hash2.c_str(), hash6.c_str()); in HWTEST_F()
114 std::cout << "hash2: " << hash2 << std::endl; in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h260 const uint8_t *hash2; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp485 int32_t hash2 = entry2->rgb[(g_sortRGBAxis + R_IN_RGB)] * COLOR_OF_GIF * COLOR_OF_GIF + in SortCmpRtn() local
489 return (hash1 - hash2); in SortCmpRtn()

Completed in 3 milliseconds