Searched refs:raw_bytes (Results 1 – 1 of 1) sorted by relevance
70 std::string raw_bytes; in bindkeys() local79 android::status_t status = android::vold::HexToStr(seed_value, raw_bytes); in bindkeys()85 std::vector<uint8_t> seed{raw_bytes.begin(), raw_bytes.end()}; in bindkeys()