[BCRYPT] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66789
This commit is contained in:
Amine Khaldi
2015-03-18 15:53:18 +00:00
parent 957b8f0cbb
commit 89ef898458
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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
+7
View File
@@ -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;
}
+1 -1
View File
@@ -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