[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69925
This commit is contained in:
Amine Khaldi 2015-11-17 16:16:10 +00:00
parent cd7bece25c
commit a681850f56
3 changed files with 10 additions and 2 deletions

View file

@ -4,7 +4,7 @@
@ stub BCryptConfigureContext
@ stub BCryptConfigureContextFunction
@ stub BCryptCreateContext
@ stub BCryptCreateHash
@ stdcall BCryptCreateHash(ptr ptr ptr long ptr long long)
@ stub BCryptDecrypt
@ stub BCryptDeleteContext
@ stub BCryptDeriveKey

View file

@ -114,3 +114,11 @@ NTSTATUS WINAPI BCryptGetProperty(BCRYPT_HANDLE obj, LPCWSTR prop, UCHAR *buffer
return STATUS_NOT_IMPLEMENTED;
}
NTSTATUS WINAPI BCryptCreateHash(BCRYPT_ALG_HANDLE algorithm, BCRYPT_HASH_HANDLE* hash, UCHAR* hashobject,
ULONG hashobjectlen, UCHAR *secret, ULONG secretlen, ULONG flags)
{
FIXME("%p, %p, %p, %u, %p, %u, %08x - stub\n", algorithm, hash, hashobject, hashobjectlen, secret, secretlen, flags);
return STATUS_NOT_IMPLEMENTED;
}

View file

@ -49,7 +49,7 @@ reactos/dll/win32/atl # Synced to WineStaging-1.7.55
reactos/dll/win32/atl80 # Synced to WineStaging-1.7.55
reactos/dll/win32/atl100 # Synced to WineStaging-1.7.55
reactos/dll/win32/avifil32 # Synced to WineStaging-1.7.55
reactos/dll/win32/bcrypt # Synced to WineStaging-1.7.47
reactos/dll/win32/bcrypt # Synced to WineStaging-1.7.55
reactos/dll/win32/browseui # Out of sync
reactos/dll/win32/cabinet # Synced to WineStaging-1.7.47
reactos/dll/win32/clusapi # Synced to WineStaging-1.7.47