Lines Matching refs:Pkcs11KeyStore
93 Pkcs11KeyStore::Pkcs11KeyStore(chaps::TokenManagerClient* token_manager) in Pkcs11KeyStore() function in attestation::Pkcs11KeyStore
96 Pkcs11KeyStore::~Pkcs11KeyStore() {} in ~Pkcs11KeyStore()
98 bool Pkcs11KeyStore::Read(const std::string& username, in Read()
136 bool Pkcs11KeyStore::Write(const std::string& username, in Write()
192 bool Pkcs11KeyStore::Delete(const std::string& username, in Delete()
214 bool Pkcs11KeyStore::DeleteByPrefix(const std::string& username, in DeleteByPrefix()
227 &Pkcs11KeyStore::DeleteIfMatchesPrefix, in DeleteByPrefix()
238 bool Pkcs11KeyStore::Register(const std::string& username, in Register()
399 bool Pkcs11KeyStore::RegisterCertificate(const std::string& username, in RegisterCertificate()
453 CK_OBJECT_HANDLE Pkcs11KeyStore::FindObject(CK_SESSION_HANDLE session_handle, in FindObject()
492 bool Pkcs11KeyStore::GetUserSlot(const std::string& username, in GetUserSlot()
532 bool Pkcs11KeyStore::EnumObjects( in EnumObjects()
534 const Pkcs11KeyStore::EnumObjectsCallback& callback) { in EnumObjects()
582 bool Pkcs11KeyStore::GetKeyName(CK_SESSION_HANDLE session_handle, in GetKeyName()
601 bool Pkcs11KeyStore::DeleteIfMatchesPrefix(CK_SESSION_HANDLE session_handle, in DeleteIfMatchesPrefix()
614 bool Pkcs11KeyStore::GetCertificateFields(const std::string& certificate, in GetCertificateFields()
656 bool Pkcs11KeyStore::DoesCertificateExist( in DoesCertificateExist()