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,
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 15 public enum CertType {IEEE, x509v3}
33 private final CertType mCertType;
67 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) {
73 mCertType = certType;
123 public static CertType mapCertType(String certType) throws OMAException {
124 if (certType.equalsIgnoreCase(CertTypeX509)) {
125 return CertType.x509v3;
126 } else if (certType.equalsIgnoreCase(CertTypeIEEE))
    [all...]
  /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
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 136 if (credential.getCertType() != Credential.CertType.x509v3) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 720 @param[in] CertType Certificate Type.
732 IN EFI_GUID *CertType,
753 CopyMem (&SignList->SignatureType, CertType, sizeof (EFI_GUID));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 390 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertPkcs7Guid);
470 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     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xenroll.h 424 virtual HRESULT WINAPI addCertTypeToRequest(BSTR CertType) = 0;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 222 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertPkcs7Guid);
    [all...]

Completed in 883 milliseconds