Lines Matching +full:image +full:- +full:specific
4 Abstracts security-specific functions from the DXE Foundation of UEFI Image Verification,
5 Trusted Computing Group (TCG) measured boot, and User Identity policy for image loading and
13 The Security2 protocol must be used on every image being loaded.
17 When only Security architectural protocol is published, LoadImage must use it on every image
20 Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
21 SPDX-License-Identifier: BSD-2-Clause-Patent
37 The DXE Foundation uses this service to measure and/or verify a UEFI image.
41 invokes the FileAuthentication() with a DevicePath and corresponding image in
43 appropriate PCR. The image verification logic will confirm the integrity and provenance of the
44 image in FileBuffer of length FileSize . The origin of the image will be DevicePath in
52 @param FileBuffer A pointer to the buffer with the UEFI file image.
58 @retval EFI_SUCCESS The file specified by DevicePath and non-NULL
62 and non-NULL FileBuffer did authenticate, and the platform
63 policy dictates that the DXE Foundation may execute the image in
69 … placed in the untrusted state. The image has been added to the file
79 image has been added into the list of the deferred images.
90 /// The EFI_SECURITY2_ARCH_PROTOCOL is used to abstract platform-specific policy from the
91 /// DXE Foundation. This includes measuring the PE/COFF image prior to invoking, comparing the
92 /// image against a policy (whether a white-list/black-list of public image verification keys