Searched refs:ClientSession (Results 26 - 50 of 67) sorted by relevance

123

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKCEventNotifier.cpp73 SecurityServer::ClientSession cs (Allocator::standard(), Allocator::standard());
H A DSecTrustedApplication.cpp125 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
139 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
183 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
/macosx-10.10.1/SecurityTokend-55108/lib/
H A Dserver.cpp88 SecurityServer::ClientSession client(Allocator::standard(), Allocator::standard());
H A Dtdclient.h58 class ClientSession : public ClientCommon { class in namespace:Security::Tokend
60 ClientSession(Allocator &standard, Allocator &returning);
61 virtual ~ClientSession();
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A Dserver.cpp88 SecurityServer::ClientSession client(Allocator::standard(), Allocator::standard());
H A Dtdclient.h58 class ClientSession : public ClientCommon { class in namespace:Security::Tokend
60 ClientSession(Allocator &standard, Allocator &returning);
61 virtual ~ClientSession();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPSession.h53 SecurityServer::ClientSession &clientSession()
170 SecurityServer::ClientSession mClientSession;
H A DSSDLSession.h48 SecurityServer::ClientSession &clientSession()
190 SecurityServer::ClientSession mClientSession;
H A DSSContext.h45 SecurityServer::ClientSession &clientSession();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDCSPSession.h58 SecurityServer::ClientSession &clientSession()
175 SecurityServer::ClientSession mClientSession;
H A DSDDLSession.h54 SecurityServer::ClientSession &clientSession()
151 SecurityServer::ClientSession mClientSession;
H A DSDCSPSession.cpp206 clientSession().unwrapKey(ClientSession::toIPCHandle(database), context, contextKeyHandle,
244 clientSession().extractMasterKey(ClientSession::toIPCHandle(database), context,
250 clientSession().deriveKey(ClientSession::toIPCHandle(database), context, contextKeyHandle, keyUsage,
278 clientSession().generateKey(ClientSession::toIPCHandle(database), context, keyUsage,
318 clientSession().generateKey(ClientSession::toIPCHandle(database), context,
H A DSDKey.cpp267 clientSession().deleteRecord(ClientSession::toIPCHandle(mDatabase), ClientSession::toIPCHandle(mRecord));
277 SecurityServer::ClientSession &
H A DSDContext.h51 SecurityServer::ClientSession &clientSession();
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestclient.cpp188 ClientSession ss(CssmAllocator::standard(), CssmAllocator::standard());
207 ClientSession ss(alloc, alloc);
H A Dtestcrypto.cpp42 ClientSession ss(CssmAllocator::standard(), CssmAllocator::standard());
123 ClientSession ss(CssmAllocator::standard(), CssmAllocator::standard());
H A Dtestblobs.cpp39 ClientSession ss(CssmAllocator::standard(), CssmAllocator::standard());
83 ClientSession ss(alloc, alloc);
202 ClientSession ss(alloc, alloc);
H A Dtestacls.cpp42 ClientSession ss(alloc, alloc);
192 ClientSession ss(alloc, alloc);
306 ClientSession ss(alloc, alloc);
354 ClientSession ss(alloc, alloc);
H A Dtestauth.cpp43 ClientSession ss(CssmAllocator::standard(), CssmAllocator::standard());
H A Dtestutils.cpp130 AclTester::AclTester(ClientSession &ss, const AclEntryInput *acl) : session(ss)
209 DbTester::DbTester(ClientSession &ss, const char *path,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecTrustedApplication.cpp125 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
139 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
183 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecTrustedApplication.cpp125 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
139 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
183 SecurityServer::ClientSession ss(Allocator::standard(), Allocator::standard());
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokendatabase.cpp633 record->tokenHandle() = access().Tokend::ClientSession::findFirst(query,
645 access().Tokend::ClientSession::findRecordHandle(record->tokenHandle(),
669 record->tokenHandle() = access().Tokend::ClientSession::findNext(
682 access().Tokend::ClientSession::findRecordHandle(record->tokenHandle(),
707 access().Tokend::ClientSession::findRecordHandle(record->tokenHandle(),
727 access().Tokend::ClientSession::insertRecord(recordType,
744 access().Tokend::ClientSession::modifyRecord(recordType,
758 access().Tokend::ClientSession::deleteRecord(record->tokenHandle());
770 database().token().tokend().Tokend::ClientSession::releaseSearch(mHandle);
781 database().token().tokend().Tokend::ClientSession
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.h114 class ClientSession : public ClientCommon { class in namespace:Security::SecurityServer
116 ClientSession(Allocator &standard = Allocator::standard(),
118 virtual ~ClientSession();
383 typedef void DidChangeKeyAclCallback(void *context, ClientSession &clientSession,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.h114 class ClientSession : public ClientCommon { class in namespace:Security::SecurityServer
116 ClientSession(Allocator &standard = Allocator::standard(),
118 virtual ~ClientSession();
383 typedef void DidChangeKeyAclCallback(void *context, ClientSession &clientSession,

Completed in 160 milliseconds

123