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