Searched refs:rulesDict (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dresources.cpp64 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors)
78 mRawRules = rulesDict;
79 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
63 ResourceBuilder(const std::string &root, const std::string &relBase, CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors) argument
H A Dresources.h53 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors);
H A Dsigner.cpp274 void SecCodeSigner::Signer::buildResources(std::string root, std::string relBase, CFDictionaryRef rulesDict) argument
281 CFDictionaryRef rules = cfget<CFDictionaryRef>(rulesDict, "rules");
286 CFCopyRef<CFDictionaryRef> rules2 = cfget<CFDictionaryRef>(rulesDict, "rules2");
H A DStaticCode.h187 bool hasWeakResourceRules(CFDictionaryRef rulesDict, CFArrayRef allowedOmissions);
H A DStaticCode.cpp820 bool SecStaticCode::hasWeakResourceRules(CFDictionaryRef rulesDict, CFArrayRef allowedOmissions) argument
833 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dresources.cpp64 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors)
78 mRawRules = rulesDict;
79 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
63 ResourceBuilder(const std::string &root, const std::string &relBase, CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors) argument
H A Dresources.h53 CFDictionaryRef rulesDict, CodeDirectory::HashAlgorithm hashType, bool strict, const MacOSErrorSet& toleratedErrors);
H A Dsigner.cpp274 void SecCodeSigner::Signer::buildResources(std::string root, std::string relBase, CFDictionaryRef rulesDict) argument
281 CFDictionaryRef rules = cfget<CFDictionaryRef>(rulesDict, "rules");
286 CFCopyRef<CFDictionaryRef> rules2 = cfget<CFDictionaryRef>(rulesDict, "rules2");
H A DStaticCode.h187 bool hasWeakResourceRules(CFDictionaryRef rulesDict, CFArrayRef allowedOmissions);
H A DStaticCode.cpp820 bool SecStaticCode::hasWeakResourceRules(CFDictionaryRef rulesDict, CFArrayRef allowedOmissions) argument
833 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c923 CFTypeRef rulesDict = CFDictionaryGetValue(plist, CFSTR("rules")); local
924 if (rulesDict && CFGetTypeID(rulesDict) == CFDictionaryGetTypeID()) {
925 rules = _copy_rules_dict(RT_RULE, rulesDict, dbconn);

Completed in 184 milliseconds