Searched refs:fSHA256 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp37 fSHA256(NULL),
49 delete fSHA256;
62 if (fSHA256 == NULL) {
63 fSHA256 = new(std::nothrow) SHA256;
64 if (fSHA256 == NULL)
412 fSHA256->Init();
413 fSHA256->Update(info->data, B_PAGE_SIZE);
415 fCheckSum->checkSum = fSHA256->Digest();
H A DTransaction.h123 SHA256* fSHA256; member in class:Transaction
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp593 fSHA256.Init();
594 fSHA256.Update(fTransferBuffer, B_PAGE_SIZE);
596 if (expectedCheckSum != fSHA256.Digest())
599 fSHA256.Digest());
612 SHA256 fSHA256;

Completed in 33 milliseconds