TianoCore EDK2 master
Loading...
Searching...
No Matches
BlobVerifierLib.h
Go to the documentation of this file.
1
13#ifndef BLOB_VERIFIER_LIB_H_
14#define BLOB_VERIFIER_LIB_H_
15
16#include <Uefi/UefiBaseType.h>
17#include <Base.h>
18
33EFIAPI
35 IN CONST CHAR16 *BlobName,
36 IN CONST VOID *Buf,
37 IN UINT32 BufSize,
38 IN EFI_STATUS FetchStatus
39 );
40
41#endif
EFI_STATUS EFIAPI VerifyBlob(IN CONST CHAR16 *BlobName, IN CONST VOID *Buf, IN UINT32 BufSize, IN EFI_STATUS FetchStatus)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29