Searched refs:attestationSecurityLevel (Results 1 – 3 of 3) sorted by relevance
51 private final int attestationSecurityLevel; field in Attestation73 …attestationSecurityLevel = Asn1Utils.getIntegerFromAsn1(seq.getObjectAt(ATTESTATION_SECURITY_LEVEL… in Attestation()86 public static String securityLevelToString(int attestationSecurityLevel) { in securityLevelToString() argument87 switch (attestationSecurityLevel) { in securityLevelToString()104 return attestationSecurityLevel; in getAttestationSecurityLevel()139 s.append("\nAttest security: " + securityLevelToString(attestationSecurityLevel)); in toString()
66 private SecurityLevel attestationSecurityLevel; field in ParsedAttestationRecord80 return attestationSecurityLevel; in getAttestationSecurityLevel()88 return attestationSecurityLevel; in getKeymasterSecurityLevel()190 this.attestationSecurityLevel = in ParsedAttestationRecord()
957 int attestationSecurityLevel = attestation.getAttestationSecurityLevel(); in checkDeviceLocked() local958 switch (attestationSecurityLevel) { in checkDeviceLocked()962 attestation.getKeymasterSecurityLevel(), is(attestationSecurityLevel)); in checkDeviceLocked()976 attestation.securityLevelToString(attestationSecurityLevel)); in checkDeviceLocked()