Home
last modified time | relevance | path

Searched refs:PresentationSession (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.cpp42 PresentationSession::~PresentationSession() {} in ~PresentationSession()
44 int PresentationSession::initialize() { in initialize()
67 ndk::ScopedAStatus PresentationSession::getEphemeralKeyPair(vector<uint8_t>* outKeyPair) { in getEphemeralKeyPair()
89 ndk::ScopedAStatus PresentationSession::getAuthChallenge(int64_t* outChallenge) { in getAuthChallenge()
94 ndk::ScopedAStatus PresentationSession::setReaderEphemeralPublicKey( in setReaderEphemeralPublicKey()
115 ndk::ScopedAStatus PresentationSession::setSessionTranscript( in setSessionTranscript()
126 ndk::ScopedAStatus PresentationSession::getCredential( in getCredential()
128 shared_ptr<PresentationSession> p = ref<PresentationSession>(); in getCredential()
141 uint64_t PresentationSession::getSessionId() { in getSessionId()
145 vector<uint8_t> PresentationSession::getSessionTranscript() { in getSessionTranscript()
[all …]
DPresentationSession.h38 class PresentationSession : public BnPresentationSession {
40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession() function
47 virtual ~PresentationSession();
DIdentityCredentialStore.cpp97 shared_ptr<PresentationSession> session = ndk::SharedRefBase::make<PresentationSession>( in createPresentationSession()
DIdentityCredential.h51 std::shared_ptr<PresentationSession> session, in IdentityCredential()
110 shared_ptr<PresentationSession> session_;
/hardware/interfaces/identity/aidl/default/
DAndroid.bp20 "common/PresentationSession.cpp",