Home
last modified time | relevance | path

Searched defs:HexToBytes (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp52 bool HexToBytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in HexToBytes() function
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dutil_test.cpp106 TEST(BasicUtilTest, HexToBytes) { in TEST() argument