TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | EFI_DEVICE_SIGNATURE_DATABASE_GUID {0xb9c2b4f4, 0xbf5f, 0x462d, 0x8a, 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad} |
#define | EFI_DEVICE_SECURITY_DATABASE L"devdb" |
Variables | |
EFI_GUID | gEfiDeviceSignatureDatabaseGuid |
Guid & data structure used for Device Security.
Copyright (c) 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DeviceAuthentication.h.
#define EFI_DEVICE_SECURITY_DATABASE L"devdb" |
Definition at line 19 of file DeviceAuthentication.h.
#define EFI_DEVICE_SIGNATURE_DATABASE_GUID {0xb9c2b4f4, 0xbf5f, 0x462d, 0x8a, 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad} |
This is a signature database for device authentication, instead of image authentication.
The content of the signature database is same as the one in db/dbx. (a list of EFI_SIGNATURE_LIST)
Definition at line 17 of file DeviceAuthentication.h.