HomeSort by relevance Sort by last modified time
    Searched refs:g_HasherInfo (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Common/
Sha256Reg.cpp 50 static CHasherInfo g_HasherInfo = { CreateHasher, 0xA, L"SHA256", SHA256_DIGEST_SIZE };
XzCrc64Reg.cpp 52 static CHasherInfo g_HasherInfo = { CreateHasher, 0x4, L"CRC64", 8 };
CrcReg.cpp 109 static CHasherInfo g_HasherInfo = { CreateHasher, 0x1, L"CRC32", 4 };
  /external/lzma/CPP/7zip/Common/
RegisterCodec.h 48 REGISTER_HASHER_NAME(x)() { RegisterHasher(&g_HasherInfo); }}; \

Completed in 607 milliseconds