Searched refs:KM_SECURITY_LEVEL_SOFTWARE (Results 1 – 3 of 3) sorted by relevance
97 private static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in AndroidKeystoreAttestationVerificationAttributes426 case KM_SECURITY_LEVEL_SOFTWARE: in getSecurityLevelEnum()
894 return KeymasterDefs.KM_SECURITY_LEVEL_SOFTWARE; in toKeymaster()911 case KeymasterDefs.KM_SECURITY_LEVEL_SOFTWARE: in fromKeymaster()
204 public static final int KM_SECURITY_LEVEL_SOFTWARE = SecurityLevel.SOFTWARE; field in KeymasterDefs