4 references to CopyBlock
Microsoft.AspNetCore.DataProtection (3)
Cng\CbcAuthenticatedEncryptor.cs (1)
327Unsafe.CopyBlock(pbOutputKeyModifier, pbKeyModifierAndIV, cbKeyModifierAndIV);
SP800_108\SP800_108_CTR_HMACSHA512Extensions.cs (2)
28Unsafe.CopyBlock(pbCombinedContext, pbContextHeader, (uint)contextHeader.Length); 30Unsafe.CopyBlock(&pbCombinedContext[contextHeader.Length], pbContext, cbContext);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\DataHelpers.cs (1)
23Unsafe.CopyBlock(p, i, (uint)(sizeof(int) * values.Length));