[PATCH 1/5] bcrypt: Implement BCryptEncrypt for AES GCM mode.

Hans Leidekker hans at codeweavers.com
Tue Mar 20 05:33:14 CDT 2018


On Tue, 2018-03-20 at 04:25 +0000, Alistair Leslie-Hughes wrote:
> @@ -1112,6 +1135,7 @@ static NTSTATUS key_destroy( struct key *key )
>  static NTSTATUS key_init( struct key *key, struct algorithm *alg, const UCHAR *secret, ULONG secret_len )
>  {
>      ERR( "support for keys not available at build time\n" );
> +    key->mode = MODE_ID_CBC;
>      return STATUS_NOT_IMPLEMENTED;
>  }

This assignment is unnecessary.




More information about the wine-devel mailing list