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