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

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.h87 void recordOutcome(SecStaticCodeRef code, bool allow, AuthorityType type, double expires, SQLite::int64 authority);
H A Dpolicyengine.cpp183 this->recordOutcome(code, allow, type, min(expires, dateToJulian(limit)), id);
225 this->recordOutcome(code, false, type, this->julianNow() + NEGATIVE_HOLD, latentID);
957 void PolicyEngine::recordOutcome(SecStaticCodeRef code, bool allow, AuthorityType type, double expires, SQLite::int64 authority) function in class:Security::CodeSigning::PolicyEngine
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.h87 void recordOutcome(SecStaticCodeRef code, bool allow, AuthorityType type, double expires, SQLite::int64 authority);
H A Dpolicyengine.cpp183 this->recordOutcome(code, allow, type, min(expires, dateToJulian(limit)), id);
225 this->recordOutcome(code, false, type, this->julianNow() + NEGATIVE_HOLD, latentID);
957 void PolicyEngine::recordOutcome(SecStaticCodeRef code, bool allow, AuthorityType type, double expires, SQLite::int64 authority) function in class:Security::CodeSigning::PolicyEngine

Completed in 66 milliseconds