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

  /system/keymaster/
ec_keymaster0_key.cpp 62 hw_enforced->push_back(TAG_ORIGIN, KM_ORIGIN_UNKNOWN);
64 return context_->CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
94 hw_enforced->push_back(TAG_ORIGIN, KM_ORIGIN_UNKNOWN);
96 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
rsa_keymaster0_key.cpp 64 hw_enforced->push_back(TAG_ORIGIN, KM_ORIGIN_UNKNOWN);
66 return context_->CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
95 hw_enforced->push_back(TAG_ORIGIN, KM_ORIGIN_UNKNOWN);
97 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
android_keymaster_test.cpp     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 75 public static final int KM_ORIGIN_UNKNOWN = 3;
317 case KM_ORIGIN_UNKNOWN:
KeyAttestationTest.java 27 import static android.keystore.cts.AuthorizationList.KM_ORIGIN_UNKNOWN;
577 assertThat(attestation.getTeeEnforced().getOrigin(), is(KM_ORIGIN_UNKNOWN));
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 132 public static final int KM_ORIGIN_UNKNOWN = 3;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 272 KM_ORIGIN_UNKNOWN = 3, /* Keymaster did not record origin. This value can only be seen on
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 681 case KeymasterDefs.KM_ORIGIN_UNKNOWN:

Completed in 261 milliseconds