mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[BCRYPT] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66789
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
@ stub BCryptGenerateKeyPair
|
||||
@ stub BCryptGenerateSymmetricKey
|
||||
@ stdcall BCryptGetFipsAlgorithmMode(ptr)
|
||||
@ stub BCryptGetProperty
|
||||
@ stdcall BCryptGetProperty(ptr wstr ptr long ptr long)
|
||||
@ stub BCryptHashData
|
||||
@ stub BCryptImportKey
|
||||
@ stub BCryptImportKeyPair
|
||||
|
||||
@@ -107,3 +107,10 @@ NTSTATUS WINAPI BCryptGetFipsAlgorithmMode(BOOLEAN *enabled)
|
||||
*enabled = FALSE;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS WINAPI BCryptGetProperty(BCRYPT_HANDLE obj, LPCWSTR prop, UCHAR *buffer, ULONG count, ULONG *res, ULONG flags)
|
||||
{
|
||||
FIXME("%p, %s, %p, %u, %p, %08x - stub\n", obj, wine_dbgstr_w(prop), buffer, count, res, flags);
|
||||
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ reactos/dll/win32/atl # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/atl80 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/atl100 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/bcrypt # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/clusapi # Synced to Wine-1.7.27
|
||||
|
||||
Reference in New Issue
Block a user