Home
last modified time | relevance | path

Searched refs:prepareDeviceAuthentication (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/aidl/default/common/
DSecureHardwareProxy.h197 virtual bool prepareDeviceAuthentication(const vector<uint8_t>& sessionTranscript,
DIdentityCredential.cpp624 if (!hwProxy_->prepareDeviceAuthentication( in startRetrieval()
637 if (!hwProxy_->prepareDeviceAuthentication(sessionTranscript_, {}, signingKeyBlob, in startRetrieval()
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h178 bool prepareDeviceAuthentication(const vector<uint8_t>& sessionTranscript,
DFakeSecureHardwareProxy.cpp599 bool FakeSecureHardwarePresentationProxy::prepareDeviceAuthentication( in prepareDeviceAuthentication() function in android::hardware::identity::FakeSecureHardwarePresentationProxy