3 references to ScrambleAccumulator256
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
Utilities\Hashing\XxHashShared.cs (3)
550acc1 = ScrambleAccumulator256(acc1, Vector256.Load((ulong*)secretForScramble)); 551acc2 = ScrambleAccumulator256(acc2, Vector256.Load((ulong*)secretForScramble + Vector256<ulong>.Count)); 730Vector256<ulong> accVec = ScrambleAccumulator256(Vector256.Load(accumulators), Vector256.Load((ulong*)secret));