Searched refs:policy (Results 1 - 25 of 479) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A Dnamed-dbus-system.conf5 <policy user="named">
9 </policy>
10 <policy user="root">
13 </policy>
14 <policy context="default">
18 </policy>
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_attr_getsched.c88 int policy; local
90 if (dcethread__set_errno(pthread_attr_getschedpolicy(attr, &policy)))
96 return policy;
H A Ddcethread_setprio.c88 int old, policy; local
91 if (dcethread__set_errno(pthread_getschedparam(thread->pthread, &policy, &sp)))
99 if (dcethread__set_errno(pthread_setschedparam(thread->pthread, policy, &sp)))
H A Ddcethread_getprio.c88 int policy; local
91 if (dcethread__set_errno(pthread_getschedparam(thread->pthread, &policy, &sp)))
/macosx-10.10/cups-408/cups/desktop/
H A Dcups.conf5 <policy user="root">
7 </policy>
10 <policy context="default">
12 </policy>
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebCookieManagerProxyMac.mm31 void WebCookieManagerProxy::persistHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy policy)
33 // FIXME: The sandbox appears to prevent persisting the new policy to disk, so we must set the
34 // policy in the UI Process as well as in the Web Process (to make sure it gets set on any
36 [[NSHTTPCookieStorage sharedHTTPCookieStorage] setCookieAcceptPolicy:static_cast<NSHTTPCookieAcceptPolicy>(policy)];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/mac/
H A DWebCookieManagerMac.mm35 void WebCookieManager::platformSetHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy policy)
37 WebFrameNetworkingContext::setCookieAcceptPolicyForAllContexts(policy);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-24-sectrust-appleid.c14 SecPolicyRef policy = SecPolicyCreateAppleIDAuthorityPolicy(); local
17 runCertificateTestForDirectory(policy, CFSTR("AppleID-certs"), NULL);
19 CFReleaseSafe(policy);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/CodePkgSigning/
H A DCodePkgSigning.scr12 ### policy = CSSMOID_APPLE_TP_CODE_SIGNING ###
17 policy = codeSign
23 policy = codeSign
30 policy = codeSign
34 ### policy = CSSMOID_APPLE_TP_PACKAGE_SIGNING ###
39 policy = pkgSign
45 policy = pkgSign
52 policy = pkgSign
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_pci.c69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
71 pci->proxyPolicy->policy->data);
77 ASN1_OCTET_STRING **policy)
111 else if (strcmp(val->name, "policy") == 0)
115 if (!*policy)
117 *policy = ASN1_OCTET_STRING_new();
118 if (!*policy)
138 tmp_data = OPENSSL_realloc((*policy)->data,
139 (*policy)
75 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
250 ASN1_OCTET_STRING *policy = NULL; local
[all...]
H A Dpcy_data.c78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
85 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJECT *id, int crit) argument
88 if (!policy && !id)
117 ret->valid_policy = policy->policyid;
118 policy->policyid = NULL;
121 if (policy)
123 ret->qualifier_set = policy->qualifiers;
124 policy->qualifiers = NULL;
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dgetiopolicy_np.c33 int policy, error; local
39 policy = -1;
48 policy = -1;
52 policy = iop_param.iop_policy;
55 return policy;
59 setiopolicy_np(int iotype, int scope, int policy) argument
66 iop_param.iop_policy = policy;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dipsec_get_policylen.c57 ipsec_get_policylen(ipsec_policy_t policy) argument
61 if (policy) {
62 memcpy(&aligned_len, policy, sizeof(u_int16_t));
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/miscPolicies/
H A DmiscPolicies.scr12 policy = resourceSign
18 policy = resourceSign
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebCookieManagerSoup.cpp42 void WebCookieManager::platformSetHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy policy) argument
44 WebFrameNetworkingContext::setCookieAcceptPolicyForAllContexts(policy);
52 HTTPCookieAcceptPolicy policy; local
57 policy = HTTPCookieAcceptPolicyAlways;
60 policy = HTTPCookieAcceptPolicyNever;
63 policy = HTTPCookieAcceptPolicyOnlyFromMainDocumentDomain;
66 policy = HTTPCookieAcceptPolicyAlways;
68 return policy;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/userTrustTest/
H A DuserTrustTest.cpp51 SecPolicyRef policy,
60 ortn = SecTrustCreateWithCertificates(certs, policy, &trustRef);
90 SecPolicyRef policy,
94 OSStatus ortn = SecTrustGetUserTrust(certRef, policy, &foundResult);
110 SecPolicyRef policy,
114 ortn = SecTrustSetUserTrustLegacy(certRef, policy, result);
119 return doGetUserTrust(certRef, policy, result);
124 SecPolicyRef policy,
134 ourRtn = doEval(certArray, policy, kSecTrustResultUnspecified, quiet);
142 if(doGetUserTrust(leafCert, policy, kSecTrustResultUnspecifie
49 doEval( CFArrayRef certs, SecPolicyRef policy, SecTrustResultType expectedResult, bool quiet) argument
88 doGetUserTrust( SecCertificateRef certRef, SecPolicyRef policy, SecTrustResultType expectedResult) argument
108 doSetVerifyUserTrust( SecCertificateRef certRef, SecPolicyRef policy, SecTrustResultType result) argument
122 doTest( CFArrayRef certArray, SecPolicyRef policy, bool quiet) argument
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-references.h35 extern void _object_set_associative_reference(id object, void *key, id value, uintptr_t policy);
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dcxx_int.h59 // change the default behavior. The 'policy' is one of
63 #define DB_ERROR(dbenv, caller, ecode, policy) \
64 DbEnv::runtime_error(dbenv, caller, ecode, policy)
66 #define DB_ERROR_DBT(dbenv, caller, dbt, policy) \
67 DbEnv::runtime_error_dbt(dbenv, caller, dbt, policy)
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestpolicy.h32 void runCertificateTestForDirectory(SecPolicyRef policy, CFStringRef resourceSubDirectory, CFDateRef date);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/AppleCodeSigning/
H A DAppleCodeSigning.scr2 # Test Software Update Apple Code Signing cert verification policy.
19 policy = swuSign
26 policy = swuSign
35 policy = swuSign
44 policy = swuSign
53 policy = swuSign
62 policy = swuSign
71 policy = swuSign
79 policy = swuSign
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/curl/
H A DWebCookieManagerCurl.cpp35 void WebCookieManager::platformSetHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy policy) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/resourceSigning/
H A DresourceSigning.scr2 # Test Apple Resource Signing cert verification policy
15 policy = resourceSign
23 policy = resourceSign
33 policy = resourceSign
43 policy = resourceSign
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoaderOptions.h90 void setSniffContent(ContentSniffingPolicy policy) { m_sniffContent = policy; } argument
92 void setDataBufferingPolicy(DataBufferingPolicy policy) { m_dataBufferingPolicy = policy; } argument
96 void setClientCredentialPolicy(ClientCredentialPolicy policy) { m_clientCredentialPolicy = policy; } argument
100 void setRequestOriginPolicy(RequestOriginPolicy policy) { m_requestOriginPolicy = policy; } argument
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompBroker.h48 void setSyscallPolicy(const SyscallPolicy& policy) { m_policy = policy; } argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecPolicy.cpp65 /* FIXME: this policy name should be deprecated and replaced with "kSecPolicyAppleIDValidationRecordSigning" */
178 SecPointer<Policy> policy; local
179 while ( cursor->next(policy) ) /* copies the next policy */
181 CFArrayAppendValue(currPolicies, policy->handle()); /* 'SecPolicyRef' appended */
182 CFRelease(policy->handle()); /* refcount bumped up when appended to array */
192 SecPolicyCopy(CSSM_CERT_TYPE certificateType, const CSSM_OID *policyOID, SecPolicyRef* policy) argument
194 Required(policy);
204 ortn = SecPolicySearchCopyNext(srchRef, policy);
213 // return a SecPolicyRef object for the X.509 Basic policy
214 SecPolicyRef policy = nil; local
231 SecPolicyRef policy = nil; local
270 SecPolicyRef policy = NULL; local
288 SecPolicyRef policy = NULL; local
350 SecPolicyRef policy = SecPolicyCreateWithOID(policyIdentifier); local
362 SecPolicyRef policy = SecPolicyCreateWithSecAsn1Oid(oidPtr); local
394 SecPolicyRef policy = SecPolicyCreateSSL(true, hostname); local
[all...]

Completed in 395 milliseconds

1234567891011>>