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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 33 private final CertType mCertType;
60 mCertType = null;
73 mCertType = certType;
95 mCertType = null;
118 mCertType = other.mCertType;
158 return mCertType;
185 if (mCertType != that.mCertType) return false;
227 result = 31 * result + (mCertType != null ? mCertType.hashCode() : 0)
    [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/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 34 EFI_GUID mCertType;
321 mCertType = gEfiCertSha1Guid;
326 mCertType = gEfiCertSha256Guid;
331 mCertType = gEfiCertSha384Guid;
336 mCertType = gEfiCertSha512Guid;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 85 EFI_GUID mCertType;
    [all...]

Completed in 2399 milliseconds