HomeSort by relevance Sort by last modified time
    Searched defs:CertType (Results 1 - 4 of 4) 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

Completed in 306 milliseconds