Searched refs:PresentationSession (Results 1 – 5 of 5) sorted by relevance
42 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 …]
38 class PresentationSession : public BnPresentationSession {40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession() function47 virtual ~PresentationSession();
97 shared_ptr<PresentationSession> session = ndk::SharedRefBase::make<PresentationSession>( in createPresentationSession()
51 std::shared_ptr<PresentationSession> session, in IdentityCredential()110 shared_ptr<PresentationSession> session_;
20 "common/PresentationSession.cpp",