Searched refs:currentGuest (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssclient.cpp97 if (thread.currentGuest != thread.lastGuest) {
98 IPCN(ucsp_client_setGuest(UCSP_ARGS, thread.currentGuest, kSecCSDefaultFlags));
99 thread.lastGuest = thread.currentGuest;
100 secdebug("SSclnt", "switched guest state to 0x%x", thread.currentGuest);
H A Dssclient.h427 currentGuest(kSecNoGuest), lastGuest(kSecNoGuest) { }
434 SecGuestRef currentGuest; // last set guest path member in struct:Security::SecurityServer::ClientSession::Thread
H A Dtransition.cpp1052 mGlobal().thread().currentGuest = newGuest;
1061 return mGlobal().thread().currentGuest;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dssclient.cpp97 if (thread.currentGuest != thread.lastGuest) {
98 IPCN(ucsp_client_setGuest(UCSP_ARGS, thread.currentGuest, kSecCSDefaultFlags));
99 thread.lastGuest = thread.currentGuest;
100 secdebug("SSclnt", "switched guest state to 0x%x", thread.currentGuest);
H A Dssclient.h427 currentGuest(kSecNoGuest), lastGuest(kSecNoGuest) { }
434 SecGuestRef currentGuest; // last set guest path member in struct:Security::SecurityServer::ClientSession::Thread
H A Dtransition.cpp1052 mGlobal().thread().currentGuest = newGuest;
1061 return mGlobal().thread().currentGuest;
/macosx-10.9.5/securityd-55199.3/src/
H A Dclientid.h45 SecCodeRef currentGuest() const;
H A Dclientid.cpp79 SecCodeRef ClientIdentification::currentGuest() const function in class:ClientIdentification
142 return codePath(currentGuest());
H A Dacl_keychain.cpp92 clientCode = process.currentGuest();
H A Dauthority.cpp76 if (SecCodeRef code = thisProcess.currentGuest())
H A DAuthorizationEngine.cpp169 if (SecCodeRef code = Server::process().currentGuest()) {
H A Dcodesigdb.cpp232 SecCodeRef code = process.currentGuest();
H A Dagentquery.cpp402 if (SecCodeRef clientCode = thisProcess.currentGuest())
509 if (SecCodeRef clientCode = thisProcess.currentGuest())

Completed in 113 milliseconds