Module: wine Branch: master Commit: f0a18f6f19ffc0455b67d94f10d423f96715122f URL: https://source.winehq.org/git/wine.git/?a=commit;h=f0a18f6f19ffc0455b67d94f1...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Feb 13 10:21:18 2019 +0100
bcrypt: Implement BCryptDeriveKeyPBKDF2.
Based on a patch by Jack Grigg.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42704 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt.spec | 1 + dlls/bcrypt/bcrypt_main.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/bcrypt/tests/bcrypt.c | 91 +++++++++++++++++++++++++++++++++++++++++++--- dlls/ncrypt/ncrypt.spec | 2 +- include/bcrypt.h | 1 + 5 files changed, 180 insertions(+), 6 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f0a18f6f19ffc0455b67d...