Module: wine Branch: stable Commit: f661e5272e5c2765814b0bf65552d938f1b3c3f8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f661e5272e5c2765814b0bf65...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Feb 28 13:33:06 2018 +0100
bcrypt: Partial implementation of BCryptImportKey and BCryptExportKey.
Based on a patch by Michael Müller.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit c77d5c65fb0d92b1ef33d41a22f9c49abc767388) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/bcrypt/bcrypt.spec | 4 +- dlls/bcrypt/bcrypt_main.c | 143 ++++++++++++++++++++++++++++++++++++--------- dlls/bcrypt/tests/bcrypt.c | 51 ++++++++++++++++ dlls/ncrypt/ncrypt.spec | 4 +- include/bcrypt.h | 14 +++++ 5 files changed, 186 insertions(+), 30 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f661e5272e5c2765814b0...