Home
last modified time | relevance | path

Searched refs:sourceCtx (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
74 KeyBlob tempAad(sourceCtx.aad); in DoTempStore()
75 KeyBlob tempNonce(sourceCtx.nonce); in DoTempStore()
76 KeyBlob tempRndEnc(sourceCtx.rndEnc); in DoTempStore()
77 KeyBlob tempShield(sourceCtx.shield); in DoTempStore()