Searched refs:timeInByte (Results 1 – 1 of 1) sorted by relevance
253 std::vector<uint8_t> timeInByte = { reinterpret_cast<uint8_t *>(&keyData.timeValue), in SaveSecretKeyToDisk() local258 secretKeyInChar.insert(secretKeyInChar.end(), timeInByte.begin(), timeInByte.end()); in SaveSecretKeyToDisk()