HomeSort by relevance Sort by last modified time
    Searched full:authenticationstatus (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 120 @param AuthenticationStatus A pointer to a caller-allocated UINT32 that indicates the
133 OUT UINT32 *AuthenticationStatus
177 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
205 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
216 *AuthenticationStatus |= EFI_AUTH_STATUS_PLATFORM_OVERRIDE;
222 // All paths from here return EFI_SUCESS and result is returned in AuthenticationStatus
231 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
241 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
252 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
258 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 118 @param AuthenticationStatus A pointer to a caller-allocated UINT32 that indicates the
131 OUT UINT32 *AuthenticationStatus
174 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
202 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
206 // All paths from here return EFI_SUCESS and result is returned in AuthenticationStatus
215 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
225 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
236 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
242 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
248 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Security/
Security.c 86 @param AuthenticationStatus Authentication status
97 IN UINT32 AuthenticationStatus
106 // Check AuthenticationStatus first.
108 if ((AuthenticationStatus & EFI_AUTH_STATUS_IMAGE_SIGNED) != 0) {
109 if ((AuthenticationStatus & (EFI_AUTH_STATUS_TEST_FAILED | EFI_AUTH_STATUS_NOT_TESTED)) != 0) {
120 AuthenticationStatus,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageAuthenticationStatusLib/
DxeImageAuthenticationStatusLib.c 22 @param[in] AuthenticationStatus This is the authentication status returned from
40 IN UINT32 AuthenticationStatus,
47 if ((AuthenticationStatus & EFI_AUTH_STATUS_IMAGE_SIGNED) != 0) {
48 if ((AuthenticationStatus & (EFI_AUTH_STATUS_TEST_FAILED | EFI_AUTH_STATUS_NOT_TESTED)) != 0) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 24 extraction protocol is published.This insures the AuthenticationStatus
100 UINT32 AuthenticationStatus;
157 @param AuthenticationStatus Indicates the authentication status of the retrieved
190 OUT UINT32 *AuthenticationStatus
321 @param AuthenticationStatus Indicates the default authentication status for the
334 IN UINT32 AuthenticationStatus,
386 NewStream->AuthenticationStatus = AuthenticationStatus;
593 2. Removes a stale section stream and re-initializes it with an updated AuthenticationStatus.
612 UINT32 AuthenticationStatus;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.c 30 returned in AuthenticationStatus must reflect the results of
43 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
67 @param AuthenticationStatus A pointer to a caller-allocated
75 bit as clear, AuthenticationStatus
78 in AuthenticationStatus are
88 the value of AuthenticationStatus
113 OUT UINT32 *AuthenticationStatus
135 returned in AuthenticationStatus must reflect the results of
148 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
172 @param AuthenticationStatus A pointer to a caller-allocated
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 24 extraction protocol is published.This insures the AuthenticationStatus
90 UINT32 AuthenticationStatus;
109 returned in AuthenticationStatus must reflect the results of
122 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
146 @param AuthenticationStatus A pointer to a caller-allocated
154 bit as clear, AuthenticationStatus
157 in AuthenticationStatus are
167 the value of AuthenticationStatus
192 OUT UINT32 *AuthenticationStatus
312 place. AuthenticationStatus- Indicates the
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/
SectionExtraction.h 42 OUT UINT32 *AuthenticationStatus
46 // Bit values for AuthenticationStatus
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GuidedSectionExtraction.h 40 returned in AuthenticationStatus must reflect the results of
53 EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
76 @param AuthenticationStatus A pointer to a caller-allocated
84 bit as clear, AuthenticationStatus
87 in AuthenticationStatus are
97 the value of AuthenticationStatus
122 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DxeCrc32GuidedSectionExtractLib.c 109 @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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
SecurityStub.c 42 AuthenticationStatus is safe for the DXE Core to use, then EFI_SUCCESS is returned.
45 AuthenticationStatus is not safe for the DXE Core to use under any circumstances,
49 AuthenticationStatus is not safe for the DXE Core to use right now, but it
54 @param AuthenticationStatus
68 IN UINT32 AuthenticationStatus,
75 AuthenticationStatus,
82 Status = ExecuteSecurityHandlers (AuthenticationStatus, File);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GuidedSectionExtraction.h 45 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
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
SectionExtractionPei.c 47 @param AuthenticationStatus A pointer to a caller-allocated
55 AuthenticationStatus must return
61 AuthenticationStatus is
83 OUT UINT32 *AuthenticationStatus
118 @param AuthenticationStatus A pointer to a caller-allocated
126 AuthenticationStatus must return
132 AuthenticationStatus is
154 OUT UINT32 *AuthenticationStatus
213 AuthenticationStatus
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/GuidedSectionExtraction/
GuidedSectionExtraction.h 35 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Security/
Security.h 37 IN UINT32 AuthenticationStatus,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Security2/
Security2.h 37 IN UINT32 AuthenticationStatus,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
GetImage.c 44 UINT32 AuthenticationStatus;
58 &AuthenticationStatus
74 &AuthenticationStatus
92 &AuthenticationStatus
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
GetImage.c 44 UINT32 AuthenticationStatus;
58 &AuthenticationStatus
74 &AuthenticationStatus
92 &AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
GuidedSectionExtraction.h 64 @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
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 249 @param AuthenticationStatus AuthenticationStatus is a pointer to a
271 OUT UINT32 *AuthenticationStatus
350 *AuthenticationStatus = 0;
411 @param AuthenticationStatus AuthenticationStatus is a pointer to a
433 OUT UINT32 *AuthenticationStatus
460 AuthenticationStatus
507 AuthenticationStatus,
515 *AuthenticationStatus |= FvDevice->AuthenticationStatus;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/
Security.h 40 @param AuthenticationStatus Status returned by the verification service as
54 IN UINT32 AuthenticationStatus,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
GuidedSectionExtraction.c 107 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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
GuidedSectionExtraction.c 107 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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
PeiCrc32GuidedSectionExtractLib.c 190 @param AuthenticationStatus A pointer to a caller-allocated UINT32 that indicates the
203 OUT UINT32 *AuthenticationStatus
232 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
254 *AuthenticationStatus = EFI_AUTH_STATUS_IMAGE_SIGNED;
271 *AuthenticationStatus |= EFI_AUTH_STATUS_TEST_FAILED;
277 *AuthenticationStatus |= EFI_AUTH_STATUS_NOT_TESTED;
283 if ((*AuthenticationStatus & (EFI_AUTH_STATUS_TEST_FAILED | EFI_AUTH_STATUS_NOT_TESTED)) != 0) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 292 @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
549 AuthenticationStatus
599 AuthenticationStatus
610 AuthenticationStatus
    [all...]

Completed in 633 milliseconds

1 2 3 4 5