Searched refs:policy (Results 176 - 200 of 479) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/packages/windows/installer/
H A DNTMakefile40 POLPREFIX=policy.$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR)
73 $(POLICYMODULE): $(OBJ)\heimdal-policy.wixobj
76 $(OBJ)\heimdal-policy.wixobj: heimdal-policy.wxs
/macosx-10.10/OpenSSL098-52/src/test/
H A DP2ss.cnf45 policy=text:BC
/macosx-10.10/WebCore-7600.1.25/page/
H A DSecurityOrigin.h147 void setStorageBlockingPolicy(StorageBlockingPolicy policy) { m_storageBlockingPolicy = policy; } argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceRequest.h54 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
55 : ResourceRequestBase(url, policy)
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceRequest.h55 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
56 : ResourceRequestBase(url, policy)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessPool.mm200 static WebKit::HTTPCookieAcceptPolicy toHTTPCookieAcceptPolicy(NSHTTPCookieAcceptPolicy policy)
202 switch (static_cast<NSUInteger>(policy)) {
217 - (void)_setCookieAcceptPolicy:(NSHTTPCookieAcceptPolicy)policy
219 _context->supplement<WebKit::WebCookieManagerProxy>()->setHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy));
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dtask.defs251 policy : int);
268 policy : int;
276 * Set/get policy information for a task.
310 policy : policy_t;
397 policy : policy_t;
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c191 | flags(8) | policy(8) | importance(16) |
416 pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) argument
420 *policy = attr->policy;
439 attr->policy = _PTHREAD_DEFAULT_POLICY;
487 pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) argument
491 (policy == SCHED_OTHER ||
492 policy == SCHED_RR ||
493 policy == SCHED_FIFO)) {
494 attr->policy
1319 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) argument
1347 pthread_setschedparam_internal(pthread_t thread, mach_port_t kport, int policy, const struct sched_param *param) argument
1383 pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) argument
1417 sched_get_priority_min(int policy) argument
1423 sched_get_priority_max(int policy) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/packages/windows/assembly/
H A DNTMakefile129 POLKRB=policy.$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).Heimdal.Kerberos
134 $(POLKRBFILE): policy.Heimdal.Kerberos.in
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dopenssl-vms.cnf76 policy = policy_match
78 # For the CA policy
87 # For the 'anything' policy
313 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
H A Dopenssl.cnf76 policy = policy_match
78 # For the CA policy
87 # For the 'anything' policy
313 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DIdentityCursor.h71 IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities);
H A DSecPolicyPriv.h42 @discussion Predefined constants used to specify a policy.
86 @abstract Returns a copy of a policy reference based on certificate type and OID.
88 @param policyOID The OID of the policy you want to find. This is a required parameter. See oidsalg.h to see a list of policy OIDs.
89 @param policy The returned policy reference. This is a required parameter.
92 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h.
94 OSStatus SecPolicyCopy(CSSM_CERT_TYPE certificateType, const CSSM_OID *policyOID, SecPolicyRef* policy)
104 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h. (Note: there is normally
106 policy, a
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DIdentityCursor.h71 IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities);
H A DSecPolicyPriv.h42 @discussion Predefined constants used to specify a policy.
86 @abstract Returns a copy of a policy reference based on certificate type and OID.
88 @param policyOID The OID of the policy you want to find. This is a required parameter. See oidsalg.h to see a list of policy OIDs.
89 @param policy The returned policy reference. This is a required parameter.
92 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h.
94 OSStatus SecPolicyCopy(CSSM_CERT_TYPE certificateType, const CSSM_OID *policyOID, SecPolicyRef* policy)
104 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h. (Note: there is normally
106 policy, a
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DIdentityCursor.h71 IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities);
H A DSecPolicyPriv.h42 @discussion Predefined constants used to specify a policy.
86 @abstract Returns a copy of a policy reference based on certificate type and OID.
88 @param policyOID The OID of the policy you want to find. This is a required parameter. See oidsalg.h to see a list of policy OIDs.
89 @param policy The returned policy reference. This is a required parameter.
92 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h.
94 OSStatus SecPolicyCopy(CSSM_CERT_TYPE certificateType, const CSSM_OID *policyOID, SecPolicyRef* policy)
104 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h. (Note: there is normally
106 policy, a
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControlPriv.h49 /*! Creates constraint based on specified policy.
50 @param policy Identification of policy to be used.
52 SecAccessConstraintRef SecAccessConstraintCreatePolicy(CFTypeRef policy, CFErrorRef *error);
H A DSecImportExport.c78 SecPolicyRef policy = NULL; local
112 require(policy = SecPolicyCreateBasicX509(), out);
114 SecTrustCreateWithCertificates(eval_chain, policy, &trust);
132 CFReleaseSafe(policy);
H A DSecTrustSettingsPriv.h68 * key = kSecTrustSettingsPolicy value = policy OID as CFData
70 * key = kSecTrustSettingsPolicyString value = CFString, policy-specific
180 SecPolicyRef policy,
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSecurityContext.h74 static SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKCookieManager.h78 WK_EXPORT void WKCookieManagerSetHTTPCookieAcceptPolicy(WKCookieManagerRef cookieManager, WKHTTPCookieAcceptPolicy policy);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitCookieManager.cpp44 * acceptance policy, with webkit_cookie_manager_get_accept_policy()
180 * @policy: a #WebKitCookieAcceptPolicy
182 * Set the cookie acceptance policy of @cookie_manager as @policy.
184 void webkit_cookie_manager_set_accept_policy(WebKitCookieManager* manager, WebKitCookieAcceptPolicy policy) argument
188 manager->priv->webCookieManager->setHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy));
191 static void webkitCookieManagerGetAcceptPolicyCallback(WKHTTPCookieAcceptPolicy policy, WKErrorRef, void* context) argument
194 g_task_return_int(task.get(), toWebKitCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy)));
204 * Asynchronously get the cookie acceptance policy of @cookie_manager.
225 * Returns: the cookie acceptance policy o
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dgood.conf77 update-policy local;
89 update-policy local;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf50 update-policy {
60 update-policy local;

Completed in 272 milliseconds

1234567891011>>