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

  /system/keymaster/
symmetric_key.cpp 61 return context_->CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob,
rsa_key_factory.cpp 95 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
ec_key_factory.cpp 123 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
key_blob_test.cpp 51 hw_enforced_.push_back(TAG_ORIGIN, KM_ORIGIN_GENERATED);
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 72 public static final int KM_ORIGIN_GENERATED = 0;
306 case KM_ORIGIN_GENERATED:
KeyAttestationTest.java 26 import static android.keystore.cts.AuthorizationList.KM_ORIGIN_GENERATED;
521 assertThat(attestation.getSoftwareEnforced().getOrigin(), is(KM_ORIGIN_GENERATED));
525 assertThat(attestation.getTeeEnforced().getOrigin(), is(KM_ORIGIN_GENERATED));
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 122 public static final int KM_ORIGIN_GENERATED = 0;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 245 * is hardware or software-based. Specifically, a key with KM_ORIGIN_GENERATED in the
249 KM_ORIGIN_GENERATED = 0, /* Generated in keymaster. Should not exist outside the TEE. */
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 677 case KeymasterDefs.KM_ORIGIN_GENERATED:

Completed in 1047 milliseconds