Searched refs:targetCtx (Results 1 – 1 of 1) sorted by relevance
71 static void DoTempStore(const KeyContext &sourceCtx, KeyContext &targetCtx) in DoTempStore() argument78 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()