Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp1022 std::vector<uint8_t> nonceVct(nonce.data.get(), nonce.data.get() + nonce.size); in StoreKey() local
1026 nonceVct.insert(nonceVct.end(), rndVct.begin(), rndVct.end()); in StoreKey()
1027 nonceVct.insert(nonceVct.end(), aadVct.begin(), aadVct.end()); in StoreKey()
1028 std::copy(nonceVct.begin(), nonceVct.end(), keyOut.data.get()); in StoreKey()
1029 nonceVct.clear(); in StoreKey()