Home
last modified time | relevance | path

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

/system/vold/
DUtils.h89 status_t StrToHex(const std::string& str, std::string& hex);
91 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
DUtils.cpp430 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function
439 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function
453 return StrToHex(tmp, out); in NormalizeHex()
DMetadataCrypt.cpp102 if (android::vold::StrToHex(key, hex_key) != android::OK) { in default_key_params()
DDisk.cpp486 StrToHex(partGuidRaw, partGuid); in partitionMixed()