Home
last modified time | relevance | path

Searched refs:timeInByte (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp253 std::vector<uint8_t> timeInByte = { reinterpret_cast<uint8_t *>(&keyData.timeValue), in SaveSecretKeyToDisk() local
258 secretKeyInChar.insert(secretKeyInChar.end(), timeInByte.begin(), timeInByte.end()); in SaveSecretKeyToDisk()