Searched refs:StrToHex (Results 1 – 5 of 5) sorted by relevance
98 status_t StrToHex(const std::string& str, std::string& hex);100 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
71 StrToHex(randombytes, randomhex); in check_file()
151 if (android::vold::StrToHex(key, hex_key) != android::OK) { in default_key_params()
494 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function503 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function517 return StrToHex(tmp, out); in NormalizeHex()
514 StrToHex(partGuidRaw, partGuid); in partitionMixed()