Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp71 static void DoTempStore(const KeyContext &sourceCtx, KeyContext &targetCtx) in DoTempStore() argument
78 targetCtx.aad = std::move(tempAad); in DoTempStore()
79 targetCtx.nonce = std::move(tempNonce); in DoTempStore()
80 targetCtx.rndEnc = std::move(tempRndEnc); in DoTempStore()
81 targetCtx.shield = std::move(tempShield); in DoTempStore()