Searched refs:HexToStr (Results 1 – 3 of 3) sorted by relevance
79 android::status_t status = android::vold::HexToStr(seed_value, raw_bytes); in bindkeys()
128 status_t HexToStr(const std::string& hex, std::string& str);
865 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr() function928 if (HexToStr(in, tmp)) { in NormalizeHex()