HomeSort by relevance Sort by last modified time
    Searched defs:CertType (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
FmpAuthenticationLibPkcs7.c 60 @retval RETURN_OUT_OF_RESOURCES No Authentication handler associated with CertType.
153 @retval RETURN_UNSUPPORTED No Authentication handler associated with CertType.
157 @retval RETURN_OUT_OF_RESOURCES No Authentication handler associated with CertType.
169 GUID *CertType;
201 CertType = &Image->AuthInfo.CertType;
202 DEBUG((DEBUG_INFO, "AuthenticateFmpImage - CertType: %g\n", CertType));
204 if (CompareGuid (&gEfiCertPkcs7Guid, CertType)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
FmpAuthenticationLibRsa2048Sha256.c 65 @retval RETURN_OUT_OF_RESOURCES No Authentication handler associated with CertType.
286 @retval RETURN_UNSUPPORTED No Authentication handler associated with CertType.
290 @retval RETURN_OUT_OF_RESOURCES No Authentication handler associated with CertType.
302 GUID *CertType;
339 CertType = &Image->AuthInfo.CertType;
340 DEBUG((DEBUG_INFO, "AuthenticateFmpImage - CertType: %g\n", CertType));
342 if (CompareGuid (&gEfiCertTypeRsa2048Sha256Guid, CertType)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
WinCertificate.h 56 /// WIN_CERTIFICATE_UEFI_GUID.CertType
84 EFI_GUID CertType;
87 /// the data is determined by the CertType.
88 /// If CertType is EFI_CERT_TYPE_RSA2048_SHA256_GUID,
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 369 GUID *CertType;
406 CertType = &ImageAuth->AuthInfo.CertType;
407 DEBUG((DEBUG_INFO, "ExtractAuthenticatedImage - CertType: %g\n", CertType));
409 if (CompareGuid(&gEfiCertPkcs7Guid, CertType)) {
412 } else if (CompareGuid(&gEfiCertTypeRsa2048Sha256Guid, CertType)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 112 // WIN_CERTIFICATE_UEFI_GUID.CertType
133 @param CertType This is the unique id which determines the
138 the data is determined by the CertType. In
146 The CertType defines the format of the
155 EFI_GUID CertType;
200 WIN_CERTIFICATE_UEFI_GUID and the CertType
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiMultiPhase.h 102 /// WIN_CERTIFICATE_UEFI_GUID.CertType
131 EFI_GUID CertType;
134 /// the data is determined by the CertType. In this case the value is
177 /// WIN_CERTIFICATE_UEFI_GUID and the CertType

Completed in 3229 milliseconds