| Address | Name | Description |
|---|---|---|
| (entry) | ModuleEntryPoint | Calls TcgStorageSecurityInit(ImageHandle, SystemTable), then executes TcgStorageSecurityProcessCommands(), and invokes TcgStorageSecurityHandleInitializeError() on failure. |
sub_53C |
TcgStorageSecurityInit | Initialization routine for SMM TCG storage security context and handler registration. |
sub_A9C |
TcgStorageSecurityProcessCommands | Primary command-processing routine executed after initialization. |
sub_9D8 |
TcgStorageSecurityHandleInitializeError | Error recovery path used when command processing reports an EFI error. |
ModuleEntryPoint(ImageHandle, SystemTable)TcgStorageSecurityInit(ImageHandle, SystemTable)TcgStorageSecurityProcessCommands()TcgStorageSecurityHandleInitializeError()SmmTcgStorageSec.c contains the decompiled implementation entrypoint body.SmmTcgStorageSec.h provides recovered prototypes and symbol compatibility aliases.TcgStorageSecurityInit (sub_53C)TcgStorageSecurityProcessCommands (sub_A9C)TcgStorageSecurityHandleInitializeError (sub_9D8)Generated by HR650X BIOS Decompilation Project