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()
90 DISALLOW_COPY_AND_ASSIGN(ScopedSession);
106 ScopedSession session(slot); in Read()
148 ScopedSession session(slot); in Write()
199 ScopedSession session(slot); in Delete()
221 ScopedSession session(slot); in DeleteByPrefix()
256 ScopedSession session(slot); in Register()
406 ScopedSession session(slot); in RegisterCertificate()