Home
last modified time | relevance | path

Searched refs:attestationSecurityLevel (Results 1 – 4 of 4) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAsn1Attestation.java34 int attestationSecurityLevel; field in Asn1Attestation
55 attestationSecurityLevel = in Asn1Attestation()
80 return attestationSecurityLevel; in getAttestationSecurityLevel()
DAttestation.java99 public static String securityLevelToString(int attestationSecurityLevel) { in securityLevelToString() argument
100 switch (attestationSecurityLevel) { in securityLevelToString()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java66 private SecurityLevel attestationSecurityLevel; field in ParsedAttestationRecord
80 return attestationSecurityLevel; in getAttestationSecurityLevel()
88 return attestationSecurityLevel; in getKeymasterSecurityLevel()
190 this.attestationSecurityLevel = in ParsedAttestationRecord()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1103 int attestationSecurityLevel = attestation.getAttestationSecurityLevel(); in checkDeviceLocked() local
1104 switch (attestationSecurityLevel) { in checkDeviceLocked()
1108 attestation.getKeymasterSecurityLevel(), is(attestationSecurityLevel)); in checkDeviceLocked()
1122 attestation.securityLevelToString(attestationSecurityLevel)); in checkDeviceLocked()