8 writes to pvBuffer
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
163buff.pvBuffer = safeCurveName.DangerousGetHandle();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (3)
53buffers[0].pvBuffer = (IntPtr)pLabel; 56buffers[1].pvBuffer = (IntPtr)pContext; 59buffers[2].pvBuffer = (IntPtr)pHashAlgorithm;
System\Security\Cryptography\HKDF.Windows.cs (1)
201infoBuffer.pvBuffer = (IntPtr)pInfoBlob;
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (3)
158buffers[0].pvBuffer = (IntPtr)(&kdfIterations); 162buffers[1].pvBuffer = (IntPtr)pSalt; 166buffers[2].pvBuffer = (IntPtr)pHashAlgorithmName;