Home
last modified time | relevance | path

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

/system/vold/
DUtils.h98 status_t StrToHex(const std::string& str, std::string& hex);
100 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
DCheckEncryption.cpp71 StrToHex(randombytes, randomhex); in check_file()
DMetadataCrypt.cpp151 if (android::vold::StrToHex(key, hex_key) != android::OK) { in default_key_params()
DUtils.cpp494 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function
503 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function
517 return StrToHex(tmp, out); in NormalizeHex()
/system/vold/model/
DDisk.cpp514 StrToHex(partGuidRaw, partGuid); in partitionMixed()