Searched refs:evaluateCode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.h71 void evaluateCode(CFURLRef path, AuthorityType type, SecAssessmentFlags flags, CFDictionaryRef context, CFMutableDictionaryRef result, bool handleUnsigned);
H A Dpolicyengine.cpp92 evaluateCode(path, kAuthorityExecute, flags, context, result, true);
315 void PolicyEngine::evaluateCode(CFURLRef path, AuthorityType type, SecAssessmentFlags flags, CFDictionaryRef context, CFMutableDictionaryRef result, bool handleUnsigned) function in class:Security::CodeSigning::PolicyEngine
457 evaluateCode(path, type, flags, context, result, true);
614 evaluateCode(path, kAuthorityExecute, flags, context, result, false);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.h71 void evaluateCode(CFURLRef path, AuthorityType type, SecAssessmentFlags flags, CFDictionaryRef context, CFMutableDictionaryRef result, bool handleUnsigned);
H A Dpolicyengine.cpp92 evaluateCode(path, kAuthorityExecute, flags, context, result, true);
315 void PolicyEngine::evaluateCode(CFURLRef path, AuthorityType type, SecAssessmentFlags flags, CFDictionaryRef context, CFMutableDictionaryRef result, bool handleUnsigned) function in class:Security::CodeSigning::PolicyEngine
457 evaluateCode(path, type, flags, context, result, true);
614 evaluateCode(path, kAuthorityExecute, flags, context, result, false);

Completed in 118 milliseconds