6 references to State
Microsoft.AspNetCore.Razor.Utilities.Shared (6)
Utilities\Hashing\XxHash128.cs (1)
33
private
State
_state;
Utilities\Hashing\XxHashShared.cs (5)
164
public static void Initialize(ref
State
state, ulong seed)
183
public static void Reset(ref
State
state)
248
public static void Append(ref
State
state, ReadOnlySpan<byte> source)
340
public static void CopyAccumulators(ref
State
state, ulong* accumulators)
368
public static void DigestLong(ref
State
state, ulong* accumulators, byte* secret)