Module: wine Branch: master Commit: f4d6df8947b9e0c26c92127e5e95464a64a52bde URL: https://source.winehq.org/git/wine.git/?a=commit;h=f4d6df8947b9e0c26c92127e5...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Nov 6 10:16:54 2019 +0100
bcrypt: Avoid recreating cipher handles when the initialization vector doesn't change.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_internal.h | 9 +++++- dlls/bcrypt/bcrypt_main.c | 28 +++++++++++++----- dlls/bcrypt/gnutls.c | 62 +++++++++++++++++++++++++++++--------- dlls/bcrypt/macos.c | 57 ++++++++++++++++++++++++++--------- dlls/bcrypt/tests/bcrypt.c | 69 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 189 insertions(+), 36 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f4d6df8947b9e0c26c921...