8 writes to BufferType
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
162buff.BufferType = Interop.BCrypt.CngBufferDescriptors.NCRYPTBUFFER_ECC_CURVE_NAME;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (3)
52buffers[0].BufferType = CngBufferDescriptors.KDF_LABEL; 55buffers[1].BufferType = CngBufferDescriptors.KDF_CONTEXT; 58buffers[2].BufferType = CngBufferDescriptors.KDF_HASH_ALGORITHM;
System\Security\Cryptography\HKDF.Windows.cs (1)
200infoBuffer.BufferType = CngBufferDescriptors.KDF_HKDF_INFO;
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (3)
157buffers[0].BufferType = CngBufferDescriptors.KDF_ITERATION_COUNT; 161buffers[1].BufferType = CngBufferDescriptors.KDF_SALT; 165buffers[2].BufferType = CngBufferDescriptors.KDF_HASH_ALGORITHM;