Searched refs:getAuthChallenge (Results 1 – 9 of 9) sorted by relevance
38 long getAuthChallenge(); in getAuthChallenge() method
52 long getAuthChallenge(); in getAuthChallenge() method
57 optional<uint64_t> authChallenge = hwProxy_->getAuthChallenge(); in initialize()89 ndk::ScopedAStatus PresentationSession::getAuthChallenge(int64_t* outChallenge) { in getAuthChallenge() function in aidl::android::hardware::identity::PresentationSession
60 ndk::ScopedAStatus getAuthChallenge(int64_t* outChallenge) override;
143 virtual optional<uint64_t> getAuthChallenge() = 0;
108 optional<uint64_t> getAuthChallenge() override;
368 optional<uint64_t> FakeSecureHardwareSessionProxy::getAuthChallenge() { in getAuthChallenge() function in android::hardware::identity::FakeSecureHardwareSessionProxy