Lines Matching refs:PresentationSession
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()
149 vector<uint8_t> PresentationSession::getReaderEphemeralPublicKey() { in getReaderEphemeralPublicKey()