Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp32 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()
57 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
77 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
/freebsd-12.1/lib/libsecureboot/efi/include/Protocol/
H A DHash.h116 IN CONST EFI_GUID *HashAlgorithm,
144 IN CONST EFI_GUID *HashAlgorithm,
/freebsd-12.1/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h113 EFI_GUID HashAlgorithm; member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h46 uint16_t HashAlgorithm; member
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp39 static atomic_uint8_t HashAlgorithm = { CRC32Software }; variable
52 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) { in computeCRC32()
253 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h760 support::ulittle16_t HashAlgorithm; member
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp348 Header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::SHA1_8) && in canUseDebugH()