HomeSort by relevance Sort by last modified time
    Searched refs:KM_SECURITY_LEVEL_SOFTWARE (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
Attestation.java 42 public static final int KM_SECURITY_LEVEL_SOFTWARE = 0;
81 case KM_SECURITY_LEVEL_SOFTWARE:
KeyAttestationTest.java 19 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_SOFTWARE;
574 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE) {
673 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE
700 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE
    [all...]
  /system/keymaster/
attestation_record_test.cpp 34 return KM_SECURITY_LEVEL_SOFTWARE;
attestation_record.cpp 493 keymaster_security_level = KM_SECURITY_LEVEL_SOFTWARE;
521 case KM_SECURITY_LEVEL_SOFTWARE:
554 keymaster_security_level == KM_SECURITY_LEVEL_SOFTWARE ? &sw_enforced : &tee_enforced);
    [all...]
android_keymaster_test.cpp     [all...]
  /system/keymaster/include/keymaster/
soft_keymaster_context.h 57 return KM_SECURITY_LEVEL_SOFTWARE;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 365 KM_SECURITY_LEVEL_SOFTWARE = 0,

Completed in 48 milliseconds