Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 - 5 of 5) sorted by relevance

/base/startup/init/test/mock/hvb/libhvb/crypto/
H A Dhvb_hash_sha256.c23 char *hashValue = getenv("HASH_VALUE"); in hash_ctx_init() local
27 if ((hashValue == NULL) || (strcmp(hashValue, "InitFail") == 0)) { in hash_ctx_init()
36 char *hashValue = getenv("HASH_VALUE"); in hash_calc_update() local
40 if ((hashValue == NULL) || (strcmp(hashValue, "UpdateFail") == 0)) { in hash_calc_update()
49 char *hashValue = getenv("HASH_VALUE"); in hash_calc_do_final() local
53 if ((hashValue == NULL) || (strcmp(hashValue, "FinalFail") == 0)) { in hash_calc_do_final()
/base/startup/init/test/mock/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c84 char *hashValue = getenv("HASH_VALUE"); in FsHvbSetupHashtree() local
87 if (!hashValue) { in FsHvbSetupHashtree()
/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp54 std::string hashValue = "5aa246ebe8e817740f12cc0f6e536c5ea22e5db177563a1caea5a86614275546"; in HWTEST_F() local
56 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; in HWTEST_F()
72 std::string hashValue = "5aa246ebe8e817740f12cc0f6e536c5ea22e5db177563a1caea5a86614275546"; in HWTEST_F() local
74 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; in HWTEST_F()
H A Dblockset_unittest.cpp115 std::string hashValue = "5aa246ebe8e817740f12cc0f6e536c5ea22e5db177563a1caea5a86614275546"; in HWTEST_F() local
117 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; in HWTEST_F()
/base/security/device_auth/services/mk_agree/src/
H A Dkey_manager.c99 uint8_t hashValue[SHA256_LEN] = { 0 }; in GenerateDevKeyAlias() local
100 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GenerateDevKeyAlias()
117 uint8_t hashValue[SHA256_LEN] = { 0 }; in GenerateMkAlias() local
118 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GenerateMkAlias()
133 uint8_t hashValue[SHA256_LEN] = { 0 }; in GeneratePseudonymPskAlias() local
134 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GeneratePseudonymPskAlias()

Completed in 3 milliseconds