Home
last modified time | relevance | path

Searched refs:proveOwnership (Results 1 – 3 of 3) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredential.aidl47 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
/system/security/identity/
DCredential.h67 Status proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) override;
DCredential.cpp644 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership() function in android::security::identity::Credential
656 Status status = halBinder_->proveOwnership(challenge, &proofOfOwnershipSignature); in proveOwnership()