8 references to SecretConsumeRateBytes
System.IO.Hashing (8)
System\IO\Hashing\XxHashShared.cs (8)
29public const int NumStripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes; 206const int StripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes; 228Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripesToEndOfBlock); 235Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripes); 283Accumulate(accumulators, sourcePtr + sourceIndex, secret + ((int)state.StripesProcessedInCurrentBlock * SecretConsumeRateBytes), (int)stripesToEnd); 537secret += SecretConsumeRateBytes; 578secret += SecretConsumeRateBytes; 602Accumulate512Inlined(accumulators, source, secret + (i * SecretConsumeRateBytes));