Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Dpkcs11_key_store.cc56 class ScopedSession { class
58 explicit ScopedSession(CK_SLOT_ID slot) : handle_(CK_INVALID_HANDLE) { in ScopedSession() function in attestation::ScopedSession
72 ~ScopedSession() { in ~ScopedSession()
86 DISALLOW_COPY_AND_ASSIGN(ScopedSession);
102 ScopedSession session(slot); in Read()
142 ScopedSession session(slot); in Write()
179 ScopedSession session(slot); in Delete()
201 ScopedSession session(slot); in DeleteByPrefix()
234 ScopedSession session(slot); in Register()
369 ScopedSession session(slot); in RegisterCertificate()