Searched refs:HexToStr (Results 1 – 4 of 4) 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()
630 if (android::vold::HexToStr(hex, *result) != 0) { in parse_hex()