Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp538 uint32_t ivSum = 0; in StoreKey() local
540 ivSum += tempEnc.data[i]; in StoreKey()
542 if (ivSum != 0) { in StoreKey()