10 references to BCryptBuffer
System.Security.Cryptography (10)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
159Interop.BCrypt.BCryptBuffer buff = default;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (3)
6using BCryptBuffer = Interop.BCrypt.BCryptBuffer; 50BCryptBuffer* buffers = stackalloc BCryptBuffer[BCryptBufferLength];
System\Security\Cryptography\HKDF.Windows.cs (2)
12using BCryptBuffer = Interop.BCrypt.BCryptBuffer; 198BCryptBuffer infoBuffer = default;
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (4)
8using BCryptBuffer = Interop.BCrypt.BCryptBuffer; 156Span<BCryptBuffer> buffers = stackalloc BCryptBuffer[3]; 171fixed (BCryptBuffer* pBuffers = buffers)