TianoCore EDK2 master
Loading...
Searching...
No Matches
BlobVerifierNull.c File Reference

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)
 

Detailed Description

Null implementation of the blob verifier library.

Copyright (C) 2021, IBM Corporation

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file BlobVerifierNull.c.

Function Documentation

◆ VerifyBlob()

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.

Parameters
[in]BlobNameThe name of the blob
[in]BufThe data of the blob
[in]BufSizeThe size of the blob in bytes
[in]FetchStatusThe status of the fetch of this blob
Return values
EFI_SUCCESSThe blob was verified successfully or was not found in the hash table.
EFI_ACCESS_DENIEDKernel hashes not supported but the boot can continue safely.

Definition at line 28 of file BlobVerifierNull.c.