hekate/nyx: update ctx keys calls based on new bdk

This commit is contained in:
CTCaer
2026-01-06 23:01:54 +02:00
parent 1696dd8ebf
commit 73f7d53572
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ static void _hos_eks_save()
// Get keys.
u8 *keys = (u8 *)zalloc(SZ_8K);
se_get_aes_keys(keys + SZ_4K, keys, SE_KEY_128_SIZE);
se_aes_ctx_get_keys(keys + SZ_4K, keys, SE_KEY_128_SIZE);
// Set magic and personalized info.
h_cfg.eks->magic = HOS_EKS_MAGIC;