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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 35 EFI_GUID mCertType;
327 mCertType = gEfiCertSha1Guid;
332 mCertType = gEfiCertSha256Guid;
337 mCertType = gEfiCertSha384Guid;
342 mCertType = gEfiCertSha512Guid;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java 489 private String mCertType = null;
496 mCertType = certType;
504 return mCertType;
540 mCertType = source.mCertType;
555 dest.writeString(mCertType);
569 return TextUtils.equals(mCertType, that.mCertType)
575 return Objects.hash(mCertType, mCertSha256Fingerprint);
580 return "CertificateType: " + mCertType + "\n"
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 83 EFI_GUID mCertType;
    [all...]

Completed in 110 milliseconds