Searched refs:proveOwnership (Results 1 – 12 of 12) sorted by relevance
114 TEST_P(ProveOwnershipTests, proveOwnership) { in TEST_P() argument132 ASSERT_TRUE(credential->proveOwnership(challenge, &proofOfOwnershipSignature).isOk()); in TEST_P()
178 result = credential->proveOwnership({}, &signatureProofOfOwnership); in TEST_P()
52 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
476 byte[] proveOwnership(in byte[] challenge); in proveOwnership() method
69 ndk::ScopedAStatus proveOwnership(const vector<uint8_t>& challenge,
220 virtual optional<vector<uint8_t>> proveOwnership(const string& docType, bool testCredential,
161 ndk::ScopedAStatus IdentityCredential::proveOwnership( in proveOwnership() function in aidl::android::hardware::identity::IdentityCredential181 optional<vector<uint8_t>> signatureOfToBeSigned = hwProxy_->proveOwnership( in proveOwnership()
201 optional<vector<uint8_t>> proveOwnership(const string& docType, bool testCredential,
725 optional<vector<uint8_t>> FakeSecureHardwarePresentationProxy::proveOwnership( in proveOwnership() function in android::hardware::identity::FakeSecureHardwarePresentationProxy