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

  /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/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/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
  /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/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 108 if (CompareGuid(&ImageAuthentication->AuthInfo.CertType, &gEfiCertPkcs7Guid) ||
109 CompareGuid(&ImageAuthentication->AuthInfo.CertType, &gEfiCertTypeRsa2048Sha256Guid)) {
116 Print(L" CertType - %g\n", &ImageAuthentication->AuthInfo.CertType);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 971 @param[in] CertType Pointer to hash algrithom.
982 IN EFI_GUID *CertType,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 399 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertPkcs7Guid);
479 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertTypeRsa2048Sha256Guid);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 330 !CompareGuid (&CertData->AuthInfo.CertType, Global->CertRsa2048Sha256Guid[VirtualMode])
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c 525 !CompareGuid (&CertData->AuthInfo.CertType, &gEfiCertTypeRsa2048Sha256Guid)) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 222 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertPkcs7Guid);
    [all...]

Completed in 277 milliseconds