Dmitry Timoshkov (@dmitry) commented about dlls/bcrypt/bcrypt_main.c:
return key_symmetric_generate( alg, key, input + sizeof(len), len ); }
- else if (!wcscmp( type, BCRYPT_AES_WRAP_KEY_BLOB ))
- {
UCHAR output[BLOCK_LENGTH_AES];
BLOCK_LENGTH_AES is defined as 16 however maximum AES key length is 256 bit (32 bytes).