Home
last modified time | relevance | path

Searched defs:BytesToHex (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_verity.cpp26 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
/system/core/fs_mgr/libfs_avb/
Dutil.cpp76 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
/system/extras/libfscrypt/
Dfscrypt.cpp121 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex() function
/system/core/fs_mgr/libfs_avb/tests/
Dutil_test.cpp126 TEST(BasicUtilTest, BytesToHex) { in TEST() argument