TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | VerifyBlob (IN CONST CHAR16 *BlobName, IN CONST VOID *Buf, IN UINT32 BufSize, IN EFI_STATUS FetchStatus) |
Null implementation of the blob verifier library.
Copyright (C) 2021, IBM Corporation
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BlobVerifierNull.c.
EFI_STATUS EFIAPI VerifyBlob | ( | IN CONST CHAR16 * | BlobName, |
IN CONST VOID * | Buf, | ||
IN UINT32 | BufSize, | ||
IN EFI_STATUS | FetchStatus | ||
) |
Verify blob from an external source.
[in] | BlobName | The name of the blob |
[in] | Buf | The data of the blob |
[in] | BufSize | The size of the blob in bytes |
[in] | FetchStatus | The status of the fetch of this blob |
EFI_SUCCESS | The blob was verified successfully or was not found in the hash table. |
EFI_ACCESS_DENIED | Kernel hashes not supported but the boot can continue safely. |
Definition at line 28 of file BlobVerifierNull.c.