8 references to SecretConsumeRateBytes
System.IO.Hashing (8)
System\IO\Hashing\XxHashShared.cs (8)
30public const int NumStripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes; 207const int StripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes; 229Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripesToEndOfBlock); 236Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripes); 284Accumulate(accumulators, sourcePtr + sourceIndex, secret + ((int)state.StripesProcessedInCurrentBlock * SecretConsumeRateBytes), (int)stripesToEnd); 538secret += SecretConsumeRateBytes; 579secret += SecretConsumeRateBytes; 603Accumulate512Inlined(accumulators, source, secret + (i * SecretConsumeRateBytes));