Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp1023 std::vector<uint8_t> rndVct(rndEnc.data.get(), rndEnc.data.get() + rndEnc.size); in StoreKey() local
1026 nonceVct.insert(nonceVct.end(), rndVct.begin(), rndVct.end()); in StoreKey()
1030 rndVct.clear(); in StoreKey()