Searched refs:StrToHex (Results 1 – 4 of 4) sorted by relevance
89 status_t StrToHex(const std::string& str, std::string& hex);91 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
430 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function439 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function453 return StrToHex(tmp, out); in NormalizeHex()
102 if (android::vold::StrToHex(key, hex_key) != android::OK) { in default_key_params()
486 StrToHex(partGuidRaw, partGuid); in partitionMixed()