@ stub BCryptConfigureContext
@ stub BCryptConfigureContextFunction
@ stub BCryptCreateContext
-@ stub BCryptCreateHash
+@ stdcall BCryptCreateHash(ptr ptr ptr long ptr long long)
@ stub BCryptDecrypt
@ stub BCryptDeleteContext
@ stub BCryptDeriveKey
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;
+}
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