Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp532 KeyBlob tempEnc(keyContext_.rndEnc.size); in StoreKey() local
533 if (!LoadKeyBlob(tempEnc, keyPath + PATH_ENCRYPTED)) { in StoreKey()
540 ivSum += tempEnc.data[i]; in StoreKey()
544 tempEnc.Clear(); in StoreKey()
547 tempEnc.Clear(); in StoreKey()