Home
last modified time | relevance | path

Searched refs:getAuthChallenge (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
DIPresentationSession.aidl38 long getAuthChallenge(); in getAuthChallenge() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DIPresentationSession.aidl38 long getAuthChallenge(); in getAuthChallenge() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
DIPresentationSession.aidl38 long getAuthChallenge(); in getAuthChallenge() method
/hardware/interfaces/identity/aidl/android/hardware/identity/
DIPresentationSession.aidl52 long getAuthChallenge(); in getAuthChallenge() method
/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.cpp57 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
DPresentationSession.h60 ndk::ScopedAStatus getAuthChallenge(int64_t* outChallenge) override;
DSecureHardwareProxy.h143 virtual optional<uint64_t> getAuthChallenge() = 0;
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h108 optional<uint64_t> getAuthChallenge() override;
DFakeSecureHardwareProxy.cpp368 optional<uint64_t> FakeSecureHardwareSessionProxy::getAuthChallenge() { in getAuthChallenge() function in android::hardware::identity::FakeSecureHardwareSessionProxy