Searched defs:inRightName (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp285 AuthorizationDBPlist::validateRule(string inRightName, CFDictionaryRef inRightDefinition) const argument
368 AuthorizationDBPlist::setRule(const char *inRightName, CFDictionaryRef inRuleDefinition) argument
392 AuthorizationDBPlist::removeRule(const char *inRightName) argument
[all...]
H A DAuthorizationEngine.cpp243 Engine::verifyModification(string inRightName, bool remove, argument
308 getRule(string &inRightName, CFDictionaryRef *outRuleDefinition) argument
331 setRule(const char *inRightName, CFDictionaryRef inRuleDefinition, const CredentialSet *inCredentials, CredentialSet *outCredentials, AuthorizationToken &auth) argument
348 removeRule(const char *inRightName, const CredentialSet *inCredentials, CredentialSet *outCredentials, AuthorizationToken &auth) argument
[all...]
H A Dsession.cpp506 OSStatus Session::authorizationdbGet(AuthorizationString inRightName, CFDictionaryRef *rightDict) argument
513 OSStatus Session::authorizationdbSet(const AuthorizationBlob &authBlob, AuthorizationString inRightName, CFDictionaryRef rightDict) argument
538 OSStatus Session::authorizationdbRemove(const AuthorizationBlob &authBlob, AuthorizationString inRightName) argument
H A DAuthorizationRule.cpp245 RuleImpl::RuleImpl(const string &inRightName, CFDictionaryRef cfRight, CFDictionaryRef cfRules) : mRightName(inRightName), mExtractPassword(false) argument
1113 Rule(const string &inRightName, CFDictionaryRef cfRight, CFDictionaryRef cfRules) argument
[all...]

Completed in 113 milliseconds