Searched refs:AuthenticationStatus (Results 1 - 25 of 44) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DSecurityManagementLib.h43 AuthenticationStatus is safe for the DXE Core to use, then EFI_SUCCESS is returned.
46 AuthenticationStatus is not safe for the DXE Core to use under any circumstances,
50 AuthenticationStatus is not safe for the DXE Core to use at the time, but it
57 @param[in] AuthenticationStatus
81 IN OUT UINT32 AuthenticationStatus,
117 @param[in] AuthenticationStatus
142 IN UINT32 AuthenticationStatus,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DGuidedSectionExtraction.h64 @param AuthenticationStatus A pointer to a caller-allocated UINT32 that indicates
69 *AuthenticationStatus must return zero. These bits
72 the value of *AuthenticationStatus is undefined.
87 OUT UINT32 *AuthenticationStatus
H A DSecurity2.h49 @param AuthenticationStatus Authentication status of the file.
76 IN UINT32 AuthenticationStatus,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DGuidedSectionExtraction.h45 returned in AuthenticationStatus must reflect the results of
58 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
80 @param AuthenticationStatus A pointer to a caller-allocated
88 bit as clear, AuthenticationStatus
91 in AuthenticationStatus are
101 the value of AuthenticationStatus
125 OUT UINT32 *AuthenticationStatus
H A DSecurity.h52 AuthenticationStatus is safe for the DXE Core to use, then EFI_SUCCESS is returned.
55 AuthenticationStatus is not safe for the DXE Core to use under any circumstances,
59 AuthenticationStatus is not safe for the DXE Core to use right now, but it
64 @param AuthenticationStatus
88 IN UINT32 AuthenticationStatus,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
H A DDxeCrc32GuidedSectionExtractLib.c109 @param AuthenticationStatus A pointer to a caller-allocated UINT32 that indicates the
122 OUT UINT32 *AuthenticationStatus
152 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
174 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
190 *AuthenticationStatus |= EFI_AUTH_STATUS_PLATFORM_OVERRIDE;
201 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
207 *AuthenticationStatus |= EFI_AUTH_STATUS_NOT_TESTED;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c24 extraction protocol is published.This insures the AuthenticationStatus
85 UINT32 AuthenticationStatus; member in struct:__anon10946
105 returned in AuthenticationStatus must reflect the results of
118 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
142 @param AuthenticationStatus A pointer to a caller-allocated
150 bit as clear, AuthenticationStatus
153 in AuthenticationStatus are
163 the value of AuthenticationStatus
188 OUT UINT32 *AuthenticationStatus
308 place. AuthenticationStatus
335 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
509 UINT32 AuthenticationStatus; local
635 UINT32 AuthenticationStatus; local
1158 GetSection( IN UINTN SectionStreamHandle, IN EFI_SECTION_TYPE *SectionType, IN EFI_GUID *SectionDefinitionGuid, IN UINTN SectionInstance, IN VOID **Buffer, IN OUT UINTN *BufferSize, OUT UINT32 *AuthenticationStatus, IN BOOLEAN IsFfs3Fv ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SecurityStubDxe/
H A DSecurityStub.c41 AuthenticationStatus is safe for the DXE Core to use, then EFI_SUCCESS is returned.
44 AuthenticationStatus is not safe for the DXE Core to use under any circumstances,
48 AuthenticationStatus is not safe for the DXE Core to use right now, but it
53 @param AuthenticationStatus
67 IN UINT32 AuthenticationStatus,
71 return ExecuteSecurityHandlers (AuthenticationStatus, File);
65 SecurityStubAuthenticateState( IN CONST EFI_SECURITY_ARCH_PROTOCOL *This, IN UINT32 AuthenticationStatus, IN CONST EFI_DEVICE_PATH_PROTOCOL *File ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Ppi/
H A DSecurity.h40 @param AuthenticationStatus Status returned by the verification service as
54 IN UINT32 AuthenticationStatus,
H A DSectionExtraction.h29 // Bit values for AuthenticationStatus
61 @param AuthenticationStatus A pointer to a caller-allocated UINT32 in
93 OUT UINT32 *AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DGuidedSectionExtraction.h42 returned in AuthenticationStatus must reflect the results of
55 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
78 @param AuthenticationStatus A pointer to a caller-allocated
86 bit as clear, AuthenticationStatus
89 in AuthenticationStatus are
99 the value of AuthenticationStatus
124 OUT UINT32 *AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Security/
H A DSecurity.c101 UINT32 AuthenticationStatus; local
107 AuthenticationStatus = 0;
118 AuthenticationStatus,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DGuidedSectionExtraction.c107 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the
114 If AuthenticationStatus is NULL, then ASSERT().
121 @param[out] AuthenticationStatus
138 OUT UINT32 *AuthenticationStatus
154 *AuthenticationStatus = 0;
172 *AuthenticationStatus = 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSecurityManagementLib/
H A DDxeSecurityManagementLib.c173 @param[in] AuthenticationStatus
198 IN UINT32 AuthenticationStatus,
222 HandlerAuthenticationStatus = AuthenticationStatus;
235 FileBuffer = GetFileBufferByFilePath (FALSE, FilePath, &FileSize, &AuthenticationStatus);
240 FileBuffer = GetFileBufferByFilePath (TRUE, FilePath, &FileSize, &AuthenticationStatus);
197 ExecuteSecurityHandlers( IN UINT32 AuthenticationStatus, IN CONST EFI_DEVICE_PATH_PROTOCOL *FilePath ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c24 extraction protocol is published.This insures the AuthenticationStatus
94 UINT32 AuthenticationStatus; member in struct:__anon10523
152 @param AuthenticationStatus Indicates the authentication status of the retrieved
185 OUT UINT32 *AuthenticationStatus
316 @param AuthenticationStatus Indicates the default authentication status for the
329 IN UINT32 AuthenticationStatus,
381 NewStream->AuthenticationStatus = AuthenticationStatus;
541 2. Removes a stale section stream and re-initializes it with an updated AuthenticationStatus.
560 UINT32 AuthenticationStatus; local
325 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
684 UINT32 AuthenticationStatus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DExtractGuidedSectionLib.h76 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the
83 If AuthenticationStatus is NULL, then ASSERT().
90 @param[out] AuthenticationStatus
107 OUT UINT32 *AuthenticationStatus
217 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the data in InputSection,
220 bit of in AuthenticationStatus. The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned.
225 If AuthenticationStatus is NULL, then ASSERT().
230 @param[out] AuthenticationStatus
246 OUT UINT32 *AuthenticationStatus
H A DDxeServicesLib.h240 If AuthenticationStatus is NULL, then NULL is returned.
251 @param[out] AuthenticationStatus Pointer to a caller-allocated UINT32 in which the authentication
263 OUT UINT32 *AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSectionExtraction.h87 @param AuthenticationStatus A pointer to a caller-allocated UINT32 in
118 OUT UINT32 *AuthenticationStatus
H A DFirmwareVolume.h150 @param AuthenticationStatus The pointer to the authentication status of the data.
171 OUT UINT32 *AuthenticationStatus
195 @param AuthenticationStatus The pointer to the authentication status of the data.
216 OUT UINT32 *AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c124 UINT32 AuthenticationStatus; local
153 &AuthenticationStatus
169 &AuthenticationStatus
583 If AuthenticationStatus is NULL, then NULL is returned.
595 @param[out] AuthenticationStatus The pointer to a caller-allocated UINT32
607 OUT UINT32 *AuthenticationStatus
633 if (FilePath == NULL || FileSize == NULL || AuthenticationStatus == NULL) {
646 *AuthenticationStatus = 0;
684 AuthenticationStatus
692 *AuthenticationStatus
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c249 @param AuthenticationStatus AuthenticationStatus is a pointer to a
271 OUT UINT32 *AuthenticationStatus
329 *AuthenticationStatus = 0;
390 @param AuthenticationStatus AuthenticationStatus is a pointer to a
412 OUT UINT32 *AuthenticationStatus
440 AuthenticationStatus
483 AuthenticationStatus,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c310 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the data in InputSection,
313 bit of in AuthenticationStatus. The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned.
318 If AuthenticationStatus is NULL, then ASSERT().
323 @param[out] AuthenticationStatus
339 OUT UINT32 *AuthenticationStatus
350 ASSERT (AuthenticationStatus != NULL);
370 AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c292 @param AuthenticationStatus AuthenticationStatus is a pointer to a
314 OUT UINT32 *AuthenticationStatus
408 *AuthenticationStatus = 0;
487 @param AuthenticationStatus AuthenticationStatus is a pointer to a
509 OUT UINT32 *AuthenticationStatus
546 AuthenticationStatus
596 AuthenticationStatus
607 AuthenticationStatus
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c369 UINT32 AuthenticationStatus; local
383 &AuthenticationStatus
420 &AuthenticationStatus
613 UINT32 AuthenticationStatus; local
693 &AuthenticationStatus
731 &AuthenticationStatus
774 &AuthenticationStatus
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c252 UINT32 AuthenticationStatus; local
269 &AuthenticationStatus
982 UINT32 AuthenticationStatus; local
1005 &AuthenticationStatus
1105 UINT32 AuthenticationStatus; local
1242 &AuthenticationStatus
1265 &AuthenticationStatus
1288 &AuthenticationStatus
1323 &AuthenticationStatus

Completed in 2146 milliseconds

12