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

1 23 4 5

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 176 UINT32 AuthenticationStatus;
192 &AuthenticationStatus
206 &AuthenticationStatus
219 &AuthenticationStatus
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 159 UINT32 AuthenticationStatus;
203 &AuthenticationStatus
219 &AuthenticationStatus
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
PrePiExtractGuidedSectionLib.c 170 OUT UINT32 *AuthenticationStatus
181 ASSERT (AuthenticationStatus != NULL);
208 AuthenticationStatus
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 131 @param[out] AuthenticationStatus A pointer to a caller-allocated
139 AuthenticationStatus must return
145 AuthenticationStatus is
167 OUT UINT32 *AuthenticationStatus
226 AuthenticationStatus
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 369 UINT32 AuthenticationStatus;
383 &AuthenticationStatus
420 &AuthenticationStatus
613 UINT32 AuthenticationStatus;
693 &AuthenticationStatus
731 &AuthenticationStatus
775 &AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
BaseExtractGuidedSectionLib.c 330 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the data in InputSection,
333 bit of in AuthenticationStatus. The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned.
338 If AuthenticationStatus is NULL, then ASSERT().
343 @param[out] AuthenticationStatus
359 OUT UINT32 *AuthenticationStatus
372 ASSERT (AuthenticationStatus != NULL);
401 AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DxeExtractGuidedSectionLib.c 322 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the data in InputSection,
325 bit of in AuthenticationStatus. The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned.
330 If AuthenticationStatus is NULL, then ASSERT().
335 @param[out] AuthenticationStatus
351 OUT UINT32 *AuthenticationStatus
362 ASSERT (AuthenticationStatus != NULL);
382 AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiExtractGuidedSectionLib/
PeiExtractGuidedSectionLib.c 365 decode operation is returned in AuthenticationStatus. If the decoded buffer is identical to the data in InputSection,
368 bit of in AuthenticationStatus. The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned.
373 If AuthenticationStatus is NULL, then ASSERT().
378 @param[out] AuthenticationStatus
394 OUT UINT32 *AuthenticationStatus
407 ASSERT (AuthenticationStatus != NULL);
436 AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
PeiServicesLib.c 312 @param AuthenticationStatus A pointer to the authentication status for this section.
325 OUT UINT32 *AuthenticationStatus
331 return (*PeiServices)->FindSectionData3 (PeiServices, SectionType, SectionInstance, FileHandle, SectionData, AuthenticationStatus);
599 @param AuthenticationStatus Authentication Status, it will be ignored if InstallFvInfoPpi is TRUE.
610 IN UINT32 AuthenticationStatus
635 ((EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI *) FvInfoPpi)->AuthenticationStatus = AuthenticationStatus;
738 @param AuthenticationStatus Authentication Status
748 IN UINT32 AuthenticationStatus
751 InternalPeiServicesInstallFvInfoPpi (FALSE, FvFormat, FvInfo, FvInfoSize, ParentFvName, ParentFileName, AuthenticationStatus);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 153 @param AuthenticationStatus Indicates the authentication status of the data
173 OUT UINT32 *AuthenticationStatus
190 AuthenticationStatus
220 @param AuthenticationStatus Indicates the authentication status of the data
240 OUT UINT32 *AuthenticationStatus
256 AuthenticationStatus
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 218 UINT32 AuthenticationStatus;
256 &AuthenticationStatus
272 FvDevice->AuthenticationStatus = AuthenticationStatus;
285 FvDevice->AuthenticationStatus = AuthenticationStatus;
FwVolDriver.h 97 UINT32 AuthenticationStatus;
231 @param AuthenticationStatus AuthenticationStatus is a pointer to a
253 OUT UINT32 *AuthenticationStatus
271 @param AuthenticationStatus AuthenticationStatus is a pointer to a
293 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 86 UINT32 AuthenticationStatus;
175 &AuthenticationStatus
193 &AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 125 UINT32 AuthenticationStatus;
154 &AuthenticationStatus
170 &AuthenticationStatus
584 If AuthenticationStatus is NULL, then NULL is returned.
596 @param[out] AuthenticationStatus Pointer to the authentication status.
598 @retval NULL FilePath is NULL, or FileSize is NULL, or AuthenticationStatus is NULL, or the file can't be found.
607 OUT UINT32 *AuthenticationStatus
633 if (FilePath == NULL || FileSize == NULL || AuthenticationStatus == NULL) {
646 *AuthenticationStatus = 0;
684 AuthenticationStatus
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 150 @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
SectionExtraction.h 87 @param AuthenticationStatus A pointer to a caller-allocated UINT32 in
118 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.h 178 @param AuthenticationStatus Updated upon return to point to the
193 OUT UINT32 *AuthenticationStatus
343 @param AuthenticationStatus On return, the authentication status of FV information buffer.
354 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
FirmwareVolumeInfo2.h 66 UINT32 AuthenticationStatus;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c 251 UINT32 AuthenticationStatus;
268 &AuthenticationStatus
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 79 UINT32 AuthenticationStatus;
118 &AuthenticationStatus
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 452 @param AuthenticationStatus A pointer to a caller-allocated
460 AuthenticationStatus must return
466 AuthenticationStatus is
488 OUT UINT32 *AuthenticationStatus
547 AuthenticationStatus
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 397 AuthenticationStatus is safe for the DXE Core to use, then EFI_SUCCESS is returned.
400 AuthenticationStatus is not safe for the DXE Core to use under any circumstances,
404 AuthenticationStatus is not safe for the DXE Core to use right now, but it
408 @param[in] AuthenticationStatus This is the authentication status returned
425 IN UINT32 AuthenticationStatus,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 84 UINT32 AuthenticationStatus;
95 &AuthenticationStatus
122 UINT32 AuthenticationStatus;
157 &AuthenticationStatus
173 &AuthenticationStatus
187 &AuthenticationStatus
226 UINT32 AuthenticationStatus;
247 &AuthenticationStatus
260 &AuthenticationStatus
274 &AuthenticationStatus
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 178 - The returned value of *AuthenticationStatus is undefined.
226 @param AuthenticationStatus Pointer to a caller-allocated
261 OUT UINT32 *AuthenticationStatus
321 @param AuthenticationStatus Pointer to a caller-allocated
369 OUT UINT32 *AuthenticationStatus
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 150 // Bit values for AuthenticationStatus

Completed in 594 milliseconds

1 23 4 5