We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d99b commit 2e5bbfeCopy full SHA for 2e5bbfe
src/libwolfboot.c
@@ -1592,6 +1592,8 @@ int aes_init(void)
1592
enc_key->encrypted_user_key, &aes_enc.ctx.tsip_keyIdx);
1593
#endif
1594
if (ret == TSIP_SUCCESS) {
1595
+ aes_enc.ctx.keySize = ENCRYPT_KEY_SIZE;
1596
+
1597
/* copy to decryption key */
1598
XMEMCPY(&aes_dec.ctx, &aes_enc.ctx, sizeof(aes_enc.ctx));
1599
0 commit comments