Optimization for secure boot process.
Some checks failed
Ventoy CI / build (push) Has been cancelled
Mirror GitHub to Gitee / Sync-GitHub-to-Gitee (push) Has been cancelled

This commit is contained in:
longpanda
2026-06-28 21:48:32 +08:00
parent 2915e197e9
commit 3d0d6c3147
6 changed files with 212 additions and 221 deletions

View File

@@ -110,7 +110,7 @@ typedef struct _VTOY_SHIM{
VTOY_LAUNCHED Launched;
} VTOY_SHIM;
CONST UINT8 * ventoy_get_der_data(UINT32 *Len);
void calc_sha256(const void *data, UINT64 len, void *output);
#endif