11 references to HashType
Microsoft.NET.HostModel (11)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (7)
69
HashType
hashType,
96
public static
HashType
DefaultHashType =>
HashType
.SHA256;
128
HashType
hashType =
HashType
.SHA256)
194
public
HashType
HashType;
226
public CodeDirectoryHeader(string identifier, uint codeSlotCount, uint specialCodeSlotCount, uint executableLength, byte hashSize,
HashType
hashType, ulong signatureStart, ulong execSegmentBase, ulong execSegmentLimit, ExecutableSegmentFlags execSegmentFlags, byte log2PageSize)
MachO\Enums\HashType.cs (4)
19
internal static HashAlgorithm CreateHashAlgorithm(this
HashType
hashType)
23
HashType
.SHA256 => SHA256.Create(),
28
internal static byte GetHashSize(this
HashType
hashType)
32
HashType
.SHA256 => 32, // SHA-256 produces a 32-byte hash