Searched refs:HashAlgorithm (Results 1 – 7 of 7) sorted by relevance
32 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()57 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()77 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
116 IN CONST EFI_GUID *HashAlgorithm,144 IN CONST EFI_GUID *HashAlgorithm,
113 EFI_GUID HashAlgorithm; member
46 uint16_t HashAlgorithm; member
39 static atomic_uint8_t HashAlgorithm = { CRC32Software }; variable52 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) { in computeCRC32()253 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init()
760 support::ulittle16_t HashAlgorithm; member
348 Header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::SHA1_8) && in canUseDebugH()