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

/freebsd-12-stable/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h113 EFI_GUID HashAlgorithm; member in struct:__anon10119
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp31 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm);
56 cantFail(Reader.readInteger(DHS.HashAlgorithm));
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h45 uint16_t HashAlgorithm; member in struct:llvm::CodeViewYAML::DebugHSection
/freebsd-12-stable/lib/libsecureboot/efi/include/Protocol/
H A DHash.h105 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
108 @retval EFI_INVALID_PARAMETER HashSize is NULL or HashAlgorithm is NULL.
109 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported
116 IN CONST EFI_GUID *HashAlgorithm,
123 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
135 @retval EFI_INVALID_PARAMETER Message or Hash, HashAlgorithm is NULL or MessageSize is 0.
137 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this
144 IN CONST EFI_GUID *HashAlgorithm,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp25 Checksum HashAlgorithm = {Checksum::BSD}; member in namespace:scudo
H A Dchunk.h21 extern Checksum HashAlgorithm;
34 if (HashAlgorithm == Checksum::HardwareCRC32) {
H A Dcombined.h131 HashAlgorithm = Checksum::HardwareCRC32;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp44 static atomic_uint8_t HashAlgorithm = { CRC32Software }; member in namespace:__scudo
57 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) {
262 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h762 support::ulittle16_t HashAlgorithm; member in struct:llvm::object::frame_type::debug_h_header
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp305 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::SHA1_8) &&

Completed in 246 milliseconds