Home
last modified time | relevance | path

Searched refs:ParseBytesArrayFromString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/verity/include/verity/
H A Dhash_tree_builder.h67 static bool ParseBytesArrayFromString(const std::string& str,
/aosp_15_r20/system/extras/verity/
H A Dbuild_verity_tree_main.cpp78 if (!HashTreeBuilder::ParseBytesArrayFromString(optarg, &salt)) { in main()
H A Dhash_tree_builder.cpp76 bool HashTreeBuilder::ParseBytesArrayFromString( in ParseBytesArrayFromString() function in HashTreeBuilder
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dupdater_test.cpp452 ASSERT_TRUE(HashTreeBuilder::ParseBytesArrayFromString(salt, &salt_bytes)); in TEST_F()
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp1520 if (salt_hex.empty() || !HashTreeBuilder::ParseBytesArrayFromString(salt_hex, &salt)) { in PerformCommandComputeHashTree()