Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp31 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()
56 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
/freebsd-13.1/lib/libsecureboot/efi/include/Protocol/
H A DHash.h116 IN CONST EFI_GUID *HashAlgorithm,
144 IN CONST EFI_GUID *HashAlgorithm,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h21 extern Checksum HashAlgorithm;
34 if (HashAlgorithm == Checksum::HardwareCRC32) { in computeChecksum()
H A Dchecksum.cpp25 Checksum HashAlgorithm = {Checksum::BSD}; variable
H A Dcombined.h141 HashAlgorithm = Checksum::HardwareCRC32; in init()
/freebsd-13.1/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h107 EFI_GUID HashAlgorithm; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h45 uint16_t HashAlgorithm; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp45 static atomic_uint8_t HashAlgorithm = { CRC32Software }; variable
58 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) { in computeCRC32()
263 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp294 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::SHA1_8) && in canUseDebugH()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h796 support::ulittle16_t HashAlgorithm; member