Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/
Dfuzz_utils.cc3 std::string BytesToHex(const uint8_t* data, size_t size) { in BytesToHex() function
16 std::string BytesToHex(const bytes_t& data) { in BytesToHex() function
/system/core/fs_mgr/libfs_avb/
Dutil.cpp75 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
/system/extras/libfscrypt/
Dfscrypt.cpp118 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
/system/apex/apexd/
Dapex_file.cpp184 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function