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

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqinterp.h70 bool certFieldPolicy(const string &key, const Match &match, SecCertificateRef cert);
71 bool certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert);
H A Dreqinterp.cpp155 return certFieldPolicy(key, match, cert);
276 bool Requirement::Interpreter::certFieldPolicy(const string &key, const Match &match, SecCertificateRef cert) function in class:Security::CodeSigning::Requirement::Interpreter
280 return certFieldPolicy(oid, match, cert);
283 bool Requirement::Interpreter::certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert) function in class:Security::CodeSigning::Requirement::Interpreter
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqinterp.h70 bool certFieldPolicy(const string &key, const Match &match, SecCertificateRef cert);
71 bool certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert);
H A Dreqinterp.cpp155 return certFieldPolicy(key, match, cert);
276 bool Requirement::Interpreter::certFieldPolicy(const string &key, const Match &match, SecCertificateRef cert) function in class:Security::CodeSigning::Requirement::Interpreter
280 return certFieldPolicy(oid, match, cert);
283 bool Requirement::Interpreter::certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert) function in class:Security::CodeSigning::Requirement::Interpreter

Completed in 46 milliseconds