Searched refs:policy (Results 51 - 75 of 435) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificateRequest.cpp43 const CSSM_OID *policy,
53 Required(policy);
54 *certRequest = (new CertificateRequest(*policy, certificateType, requestType,
162 const CSSM_OID *policy,
173 Required(policy);
174 *certRequest = (new CertificateRequest(*policy, certificateType, requestType,
42 SecCertificateRequestCreate( const CSSM_OID *policy, CSSM_CERT_TYPE certificateType, CSSM_TP_AUTHORITY_REQUEST_TYPE requestType, SecKeyRef privateKeyItemRef, SecKeyRef publicKeyItemRef, const SecCertificateRequestAttributeList* attributeList, SecCertificateRequestRef* certRequest) argument
161 SecCertificateFindRequest( const CSSM_OID *policy, CSSM_CERT_TYPE certificateType, CSSM_TP_AUTHORITY_REQUEST_TYPE requestType, SecKeyRef publicKeyItemRef, SecKeyRef privateKeyItemRef, const SecCertificateRequestAttributeList* attributeList, SecCertificateRequestRef* certRequest) argument
H A DSecTrustPriv.h54 @abstract Gets the user-specified trust settings of a certificate and policy.
56 @param policy A reference to a policy.
61 OSStatus SecTrustGetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting *trustSetting)
66 @abstract Sets the user-specified trust settings of a certificate and policy.
68 @param policy A reference to a policy.
75 OSStatus SecTrustSetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting trustSetting)
80 @abstract Sets the user-specified trust settings of a certificate and policy.
82 @param policy
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificateRequest.cpp43 const CSSM_OID *policy,
53 Required(policy);
54 *certRequest = (new CertificateRequest(*policy, certificateType, requestType,
162 const CSSM_OID *policy,
173 Required(policy);
174 *certRequest = (new CertificateRequest(*policy, certificateType, requestType,
42 SecCertificateRequestCreate( const CSSM_OID *policy, CSSM_CERT_TYPE certificateType, CSSM_TP_AUTHORITY_REQUEST_TYPE requestType, SecKeyRef privateKeyItemRef, SecKeyRef publicKeyItemRef, const SecCertificateRequestAttributeList* attributeList, SecCertificateRequestRef* certRequest) argument
161 SecCertificateFindRequest( const CSSM_OID *policy, CSSM_CERT_TYPE certificateType, CSSM_TP_AUTHORITY_REQUEST_TYPE requestType, SecKeyRef publicKeyItemRef, SecKeyRef privateKeyItemRef, const SecCertificateRequestAttributeList* attributeList, SecCertificateRequestRef* certRequest) argument
H A DSecTrustPriv.h54 @abstract Gets the user-specified trust settings of a certificate and policy.
56 @param policy A reference to a policy.
61 OSStatus SecTrustGetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting *trustSetting)
66 @abstract Sets the user-specified trust settings of a certificate and policy.
68 @param policy A reference to a policy.
75 OSStatus SecTrustSetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting trustSetting)
80 @abstract Sets the user-specified trust settings of a certificate and policy.
82 @param policy
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-64-ossl-cms.c134 SecPolicyRef policy = SecPolicyCreateBasicX509(); local
137 ok_status(SecCMSVerifyCopyDataAndAttributes(attached_signed_data, NULL, policy, &trust, NULL, NULL), "verify attached data");
139 ok_status(SecCMSVerifyCopyDataAndAttributes(detached_signed_data, detached_data, policy, &trust, NULL, NULL), "verify detached data");
141 ok_status(SecCMSVerifyCopyDataAndAttributes(attached_no_data_signed_data, NULL, policy, &trust, NULL, NULL), "verify attached no data");
143 ok_status(SecCMSVerifyCopyDataAndAttributes(attached_no_data_signed_data, no_data, policy, &trust, NULL, NULL), "verify attached no data");
176 CFRelease(policy);
H A Dsi-67-sectrust-blacklist.c36 SecPolicyRef policy = SecPolicyCreateSSL(false, NULL); local
42 ok_status(SecTrustCreateWithCertificates(certs, policy, &trust),
53 CFRelease(policy);
64 returned for policy failures that aren't blacklisting */
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePagePolicyClient.cpp45 WKBundlePagePolicyAction policy = m_client.decidePolicyForNavigationAction(toAPI(page), toAPI(frame), toAPI(action), toAPI(request.get()), &userDataToPass, m_client.clientInfo); local
47 return policy;
58 WKBundlePagePolicyAction policy = m_client.decidePolicyForNewWindowAction(toAPI(page), toAPI(frame), toAPI(action), toAPI(request.get()), toAPI(frameName.impl()), &userDataToPass, m_client.clientInfo); local
60 return policy;
72 WKBundlePagePolicyAction policy = m_client.decidePolicyForResponse(toAPI(page), toAPI(frame), toAPI(response.get()), toAPI(request.get()), &userDataToPass, m_client.clientInfo); local
74 return policy;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c47 thread_affinity_policy_data_t policy; local
49 policy.affinity_tag = tag;
52 (thread_policy_t) &policy,
65 thread_affinity_policy_data_t policy; local
70 (thread_policy_t) &policy, &count, &get_default);
76 return policy.affinity_tag;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dmk_sp.c46 #include <mach/policy.h>
65 * Set scheduling policy & priority for thread.
70 integer_t policy,
76 invalid_policy(policy) )
82 if ((policy == POLICY_TIMESHARE)
84 policy = TH_MODE_FIXED;
94 if (policy == POLICY_TIMESHARE && !oldmode) {
105 if (policy != POLICY_TIMESHARE && oldmode) {
117 if (policy == POLICY_TIMESHARE)
157 * Set scheduling policy an
68 thread_policy_common( thread_t thread, integer_t policy, integer_t priority) argument
162 thread_set_policy( thread_t thread, processor_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t base_count, policy_limit_t limit, mach_msg_type_number_t limit_count) argument
272 thread_policy( thread_t thread, policy_t policy, policy_base_t base, mach_msg_type_number_t count, boolean_t set_limit) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpPolicies.h20 tpPolicies.h - TP module policy implementation
69 TPPolicy policy,
81 * Obtain policy-specific User Trust parameters
84 TPPolicy policy,
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyChecker.cpp150 void PolicyChecker::continueAfterNavigationPolicy(PolicyAction policy) argument
155 bool shouldContinue = policy == PolicyUse;
157 switch (policy) {
183 void PolicyChecker::continueAfterNewWindowPolicy(PolicyAction policy) argument
188 switch (policy) {
200 callback.call(policy == PolicyUse);
203 void PolicyChecker::continueAfterContentPolicy(PolicyAction policy) argument
207 callback.call(policy);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceRequest.h48 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
49 : ResourceRequestBase(url, policy)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DResourceRequest.h51 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
52 : ResourceRequestBase(url, policy)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DResourceRequest.h45 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
46 : ResourceRequestBase(url, policy)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKCookieManager.cpp59 void WKCookieManagerSetHTTPCookieAcceptPolicy(WKCookieManagerRef cookieManager, WKHTTPCookieAcceptPolicy policy) argument
61 toImpl(cookieManager)->setHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_cookie_manager.h80 typedef void (*Ewk_Cookie_Manager_Async_Policy_Get_Cb)(Ewk_Cookie_Accept_Policy policy, Ewk_Error *error, void *event_info);
114 * Set @a policy as the cookie acceptance policy for @a manager.
119 * @param policy a #Ewk_Cookie_Accept_Policy
122 EAPI void ewk_cookie_manager_accept_policy_set(Ewk_Cookie_Manager *manager, Ewk_Cookie_Accept_Policy policy);
125 * Asynchronously get the cookie acceptance policy of @a manager.
130 * @param callback The function to call when the policy is received or an error occured.
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.mm78 void WebFrameNetworkingContext::setCookieAcceptPolicyForAllContexts(HTTPCookieAcceptPolicy policy)
80 [[NSHTTPCookieStorage sharedHTTPCookieStorage] setCookieAcceptPolicy:static_cast<NSHTTPCookieAcceptPolicy>(policy)];
83 WKSetHTTPCookieAcceptPolicy(cookieStorage.get(), policy);
86 WKSetHTTPCookieAcceptPolicy(privateSession->cookieStorage().get(), policy);
/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.cputime.ksh78 printf("'%s' buffering policy took %d%% of CPU; ",
86 for policy in "fill ring switch"; do
87 script $policy
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dthread_info.h73 #include <mach/policy.h>
96 policy_t policy; /* scheduling policy in effect */ member in struct:thread_basic_info
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSecurityContext.cpp80 SandboxFlags SecurityContext::parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage) argument
85 const UChar* characters = policy.characters();
86 unsigned length = policy.length();
100 String sandboxToken = policy.substring(start, end - start);
/macosx-10.9.5/system_cmds-597.90.1/mean.tproj/
H A Dmean.c41 thread_precedence_policy_data_t policy; local
91 policy.importance = -100;
93 policy.importance = 0;
98 (thread_policy_t) &policy,
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/mean.tproj/
H A Dmean.c41 thread_precedence_policy_data_t policy; local
91 policy.importance = -100;
93 policy.importance = 0;
98 (thread_policy_t) &policy,
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_load.c141 openpam_clear_chains(pam_chain_t *policy[]) argument
146 openpam_destroy_chain(policy[i]);
147 policy[i] = NULL;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecTrustPriv.h54 @abstract Gets the user-specified trust settings of a certificate and policy.
56 @param policy A reference to a policy.
61 OSStatus SecTrustGetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting *trustSetting)
66 @abstract Sets the user-specified trust settings of a certificate and policy.
68 @param policy A reference to a policy.
75 OSStatus SecTrustSetUserTrust(SecCertificateRef certificate, SecPolicyRef policy, SecTrustUserSetting trustSetting)
80 @abstract Sets the user-specified trust settings of a certificate and policy.
82 @param policy
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameNetworkingContext.cpp46 void WebFrameNetworkingContext::setCookieAcceptPolicyForAllContexts(WebKitCookieStorageAcceptPolicy policy) argument
49 CFHTTPCookieStorageSetCookieAcceptPolicy(cookieStorage.get(), policy);
52 CFHTTPCookieStorageSetCookieAcceptPolicy(privateSession->cookieStorage().get(), policy);

Completed in 199 milliseconds

1234567891011>>