4 references to BCRYPTBUFFER_VERSION
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
167
desc.ulVersion = Interop.BCrypt.
BCRYPTBUFFER_VERSION
;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
63
bufferDesc.ulVersion = Interop.BCrypt.
BCRYPTBUFFER_VERSION
;
System\Security\Cryptography\HKDF.Windows.cs (1)
204
bufferDesc.ulVersion = Interop.BCrypt.
BCRYPTBUFFER_VERSION
;
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
174
bufferDesc.ulVersion = Interop.BCrypt.
BCRYPTBUFFER_VERSION
;