Home
last modified time | relevance | path

Searched defs:proveOwnership (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DProveOwnershipTests.cpp114 TEST_P(ProveOwnershipTests, proveOwnership) { in TEST_P() argument
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
H A DIIdentityCredential.aidl52 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIIdentityCredential.aidl51 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
/aosp12/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIIdentityCredential.aidl449 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java418 public @NonNull byte[] proveOwnership(@NonNull byte[] challenge) { in proveOwnership() method in IdentityCredential
H A DCredstoreIdentityCredential.java463 public @NonNull byte[] proveOwnership(@NonNull byte[] challenge) { in proveOwnership() method in CredstoreIdentityCredential
/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl47 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
/aosp12/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.cpp335 optional<vector<uint8_t>> FakeSecureHardwarePresentationProxy::proveOwnership( in proveOwnership() function in android::hardware::identity::FakeSecureHardwarePresentationProxy
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp129 ndk::ScopedAStatus IdentityCredential::proveOwnership( in proveOwnership() function in aidl::android::hardware::identity::IdentityCredential
/aosp12/system/security/identity/
H A DCredential.cpp568 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership() function in android::security::identity::Credential