Searched refs:proveOwnership (Results 1 – 3 of 3) sorted by relevance
47 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
67 Status proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) override;
644 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership() function in android::security::identity::Credential656 Status status = halBinder_->proveOwnership(challenge, &proofOfOwnershipSignature); in proveOwnership()