Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_encryption/
H A Db_encryption.cpp19 unsigned int CalculateChksum(const char *byteBlock, int blockSize) in CalculateChksum() argument
23 chksum += 0xFF & *(byteBlock + i); in CalculateChksum()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_encryption/
H A Db_encryption.h20 unsigned int CalculateChksum(const char *byteBlock, int blockSize);