Module: wine Branch: master Commit: d3638d426b1a7c829d59c24241414cd44f9ca7de URL: https://gitlab.winehq.org/wine/wine/-/commit/d3638d426b1a7c829d59c24241414cd...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Aug 3 12:12:42 2022 +0200
bcrypt: Add AES CFB chaining mode support.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53483
---
dlls/bcrypt/bcrypt_internal.h | 3 +- dlls/bcrypt/bcrypt_main.c | 6 ++ dlls/bcrypt/gnutls.c | 5 ++ dlls/bcrypt/tests/bcrypt.c | 168 +++++++++++++++++++++++++++++++++++++++++- 4 files changed, 179 insertions(+), 3 deletions(-)