Searched refs:mAuthorizations (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dprocess.cpp131 IFDEBUG(if (!mAuthorizations.empty())
133 this, mPid, int(mAuthorizations.size())));
134 for (AuthorizationSet::iterator it = mAuthorizations.begin();
135 it != mAuthorizations.end(); ) {
137 while (++it != mAuthorizations.end() && *it == auth) ; // Skip duplicates
207 mAuthorizations.insert(auth);
215 if (mAuthorizations.find(auth) == mAuthorizations.end())
225 Iter it = mAuthorizations.lower_bound(auth);
227 if (it == mAuthorizations
[all...]
H A Dprocess.h120 AuthorizationSet mAuthorizations; // set of valid authorizations for process member in class:Process
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; }
94 { mAuthorizations.clear(); mAuthorizations.insert(auth); }
141 AclAuthorizationSet mAuthorizations; // rights for this ACL entry member in class:Security::KeychainCore::ACL
H A DACL.cpp68 mAuthorizations = proto.authorization();
83 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
103 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
124 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
151 return mAuthorizations.find(right) != mAuthorizations.end()
152 || mAuthorizations.find(CSSM_ACL_AUTHORIZATION_ANY) != mAuthorizations.end()
153 || mAuthorizations.empty();
230 AuthorizationGroup tags(mAuthorizations, allocato
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; }
94 { mAuthorizations.clear(); mAuthorizations.insert(auth); }
141 AclAuthorizationSet mAuthorizations; // rights for this ACL entry member in class:Security::KeychainCore::ACL
H A DACL.cpp68 mAuthorizations = proto.authorization();
83 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
103 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
124 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
151 return mAuthorizations.find(right) != mAuthorizations.end()
152 || mAuthorizations.find(CSSM_ACL_AUTHORIZATION_ANY) != mAuthorizations.end()
153 || mAuthorizations.empty();
230 AuthorizationGroup tags(mAuthorizations, allocato
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; }
94 { mAuthorizations.clear(); mAuthorizations.insert(auth); }
141 AclAuthorizationSet mAuthorizations; // rights for this ACL entry member in class:Security::KeychainCore::ACL
H A DACL.cpp68 mAuthorizations = proto.authorization();
83 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
103 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
124 mAuthorizations.insert(CSSM_ACL_AUTHORIZATION_ANY); // anything
151 return mAuthorizations.find(right) != mAuthorizations.end()
152 || mAuthorizations.find(CSSM_ACL_AUTHORIZATION_ANY) != mAuthorizations.end()
153 || mAuthorizations.empty();
230 AuthorizationGroup tags(mAuthorizations, allocato
[all...]

Completed in 124 milliseconds