Searched refs:KM_SECURITY_LEVEL_SOFTWARE (Results 1 – 5 of 5) sorted by relevance
38 public static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in Attestation101 case KM_SECURITY_LEVEL_SOFTWARE: in securityLevelToString()
148 return Attestation.KM_SECURITY_LEVEL_SOFTWARE; in eatSecurityLevelToKeymintSecurityLevel()
746 return Attestation.KM_SECURITY_LEVEL_SOFTWARE; in eatSecurityLevelToKeymasterSecurityLevel()
61 private static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in ParsedAttestationRecord209 case KM_SECURITY_LEVEL_SOFTWARE: in securityLevelToEnum()
19 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_SOFTWARE;929 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE) { in checkOrigin()1028 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkDigests()1047 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkPurposes()1102 case KM_SECURITY_LEVEL_SOFTWARE: in checkAttestationSecurityLevelDependentParams()1148 case KM_SECURITY_LEVEL_SOFTWARE: in checkDeviceLocked()