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

/macosx-10.10.1/Security-57031.1.35/Security/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.cpp277 void SecCodeSigner::Signer::buildResources(std::string root, std::string relBase, CFDictionaryRef rulesDict) argument
284 CFDictionaryRef rules = cfget<CFDictionaryRef>(rulesDict, "rules");
289 CFCopyRef<CFDictionaryRef> rules2 = cfget<CFDictionaryRef>(rulesDict, "rules2");
H A DStaticCode.h197 bool hasWeakResourceRules(CFDictionaryRef rulesDict, uint32_t version, CFArrayRef allowedOmissions);
H A DStaticCode.cpp900 bool SecStaticCode::hasWeakResourceRules(CFDictionaryRef rulesDict, uint32_t version, CFArrayRef allowedOmissions) argument
915 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
/macosx-10.10.1/Security-57031.1.35/Security/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.cpp277 void SecCodeSigner::Signer::buildResources(std::string root, std::string relBase, CFDictionaryRef rulesDict) argument
284 CFDictionaryRef rules = cfget<CFDictionaryRef>(rulesDict, "rules");
289 CFCopyRef<CFDictionaryRef> rules2 = cfget<CFDictionaryRef>(rulesDict, "rules2");
H A DStaticCode.h197 bool hasWeakResourceRules(CFDictionaryRef rulesDict, uint32_t version, CFArrayRef allowedOmissions);
H A DStaticCode.cpp900 bool SecStaticCode::hasWeakResourceRules(CFDictionaryRef rulesDict, uint32_t version, CFArrayRef allowedOmissions) argument
915 CFDictionary rules(rulesDict, errSecCSResourceRulesInvalid);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c924 CFTypeRef rulesDict = CFDictionaryGetValue(plist, CFSTR("rules")); local
925 if (rulesDict && CFGetTypeID(rulesDict) == CFDictionaryGetTypeID()) {
926 rules = _copy_rules_dict(RT_RULE, rulesDict, dbconn);

Completed in 187 milliseconds