Searched refs:policy (Results 126 - 150 of 435) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecPolicyPriv.h42 @discussion Predefined constants used to specify a policy.
63 @abstract Returns a copy of a policy reference based on certificate type and OID.
65 @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.
66 @param policy The returned policy reference. This is a required parameter.
69 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h.
71 OSStatus SecPolicyCopy(CSSM_CERT_TYPE certificateType, const CSSM_OID *policyOID, SecPolicyRef* policy)
81 to obtain a policy reference, use one of the SecPolicyCreate* functions in SecPolicy.h. (Note: there is normally
83 policy, a
[all...]
H A DTrust.h61 useAnchorsDefault, // default policy: trust built-in unless passed-in
67 useNetworkDefault, // default policy: network fetch enabled only for SSL
68 useNetworkDisabled, // explicitly disable network use for any policy
69 useNetworkEnabled // explicitly enable network use for any policy
78 void anchorPolicy(AnchorPolicy policy) { mAnchorPolicy = policy; } argument
79 void networkPolicy(NetworkPolicy policy) { mNetworkPolicy = policy; } argument
124 /* revocation policy support */
151 CFRef<CFArrayRef> mPolicies; // array of policy object
[all...]
H A DTrustItem.h59 UserTrustItem(Certificate *cert, Policy *policy, const TrustData &trust);
H A DSecIdentitySearch.cpp81 SecPolicyRef policy,
94 SecPointer<IdentityCursorPolicyAndID> identityCursor(new IdentityCursorPolicyAndID (keychains, keyUsage, idString, policy, returnOnlyValidIdentities));
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_utils.h52 /* convert a policy string to a SecPolicyRef */
67 /* policy string --> CSSM_OID */
68 const CSSM_OID *policyStringToOid(const char *policy);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebKitTextCodec.cpp99 bool base64Decode(const BlackBerry::Platform::String& base64, std::vector<char>& binary, Base64DecodePolicy policy) argument
102 if (!WTF::base64Decode(base64.c_str(), base64.length(), result, static_cast<WTF::Base64DecodePolicy>(policy)))
109 bool base64Encode(const std::vector<char>& binary, BlackBerry::Platform::String& base64, Base64EncodePolicy policy) argument
114 WTF::base64Encode(&binary[0], binary.size(), result, static_cast<WTF::Base64EncodePolicy>(policy));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPolicyDelegate.mm91 - (void)_usePolicy:(PolicyAction)policy
94 wtfObjcMsgSend<void>(_private->target, _private->action, policy);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKCookieManager.h64 WK_EXPORT void WKCookieManagerSetHTTPCookieAcceptPolicy(WKCookieManagerRef cookieManager, WKHTTPCookieAcceptPolicy policy);
H A DWKAPICast.h381 inline HTTPCookieAcceptPolicy toHTTPCookieAcceptPolicy(WKHTTPCookieAcceptPolicy policy) argument
383 switch (policy) {
396 inline WKHTTPCookieAcceptPolicy toAPI(HTTPCookieAcceptPolicy policy) argument
398 switch (policy) {
411 inline WebCore::SecurityOrigin::StorageBlockingPolicy toStorageBlockingPolicy(WKStorageBlockingPolicy policy) argument
413 switch (policy) {
426 inline WKStorageBlockingPolicy toAPI(WebCore::SecurityOrigin::StorageBlockingPolicy policy) argument
428 switch (policy) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_cookie_manager_private.h63 void setHTTPAcceptPolicy(WKHTTPCookieAcceptPolicy policy);
H A Dewk_cookie_manager.cpp72 void EwkCookieManager::setHTTPAcceptPolicy(WKHTTPCookieAcceptPolicy policy) argument
74 WKCookieManagerSetHTTPCookieAcceptPolicy(m_cookieManager.get(), policy);
140 void ewk_cookie_manager_accept_policy_set(Ewk_Cookie_Manager* manager, Ewk_Cookie_Accept_Policy policy) argument
144 manager->setHTTPAcceptPolicy(static_cast<WKHTTPCookieAcceptPolicy>(policy));
157 static void getAcceptPolicyCallback(WKHTTPCookieAcceptPolicy policy, WKErrorRef wkError, void* data) argument
162 callbackData->callback(static_cast<Ewk_Cookie_Accept_Policy>(policy), ewkError.get(), callbackData->userData);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSecurityManager.cpp69 static void registerSecurityPolicyForURIScheme(WebKitSecurityManager* manager, const char* scheme, SecurityPolicy policy) argument
77 switch (policy) {
105 static bool checkSecurityPolicyForURIScheme(const char* scheme, SecurityPolicy policy) argument
109 switch (policy) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dforward.h53 isc_sockaddrlist_t *addrs, dns_fwdpolicy_t policy);
56 * a domain with a list of forwarders and a forwarding policy. The
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dflipc_types.h66 * sched policy.
220 int policy; /* Allocations lock sched policy. member in struct:FLIPC_domain_info
H A Dsync.defs87 policy : int;
107 policy : int);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentitySearch.cpp81 SecPolicyRef policy,
94 SecPointer<IdentityCursorPolicyAndID> identityCursor(new IdentityCursorPolicyAndID (keychains, keyUsage, idString, policy, returnOnlyValidIdentities));
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpCrlVerify.h47 /* Module-specific default policy */
86 policy(_policy),
140 TPRevocationPolicy policy; member in class:TPVerifyContext
143 /* one of these valid, depends on policy */
161 /* general purpose, switch to policy-specific code based on TPVerifyContext.policy */
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentitySearch.cpp81 SecPolicyRef policy,
94 SecPointer<IdentityCursorPolicyAndID> identityCursor(new IdentityCursorPolicyAndID (keychains, keyUsage, idString, policy, returnOnlyValidIdentities));
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DComposedShadowTreeWalker.h130 inline ComposedShadowTreeWalker::ComposedShadowTreeWalker(const Node* node, Policy policy, StartPolicy startPolicy) argument
132 , m_policy(policy)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DCookieManager.h94 void setCookiePolicy(CookieStorageAcceptPolicy policy) { m_policy = policy; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DResourceRequest.h54 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
55 : ResourceRequestBase(url, policy)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceRequest.h50 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
51 : ResourceRequestBase(url, policy)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebMutableURLRequest.idl54 - (void)setCachePolicy:(NSURLRequestCachePolicy)policy
56 HRESULT setCachePolicy([in] WebURLRequestCachePolicy policy);
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.c97 static int configure_sainfo(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef policy, char **errstr);
981 policy: dictionary that uses this proposal, from the Policies array of ipsec_dict.
988 configure_sainfo(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef policy, char **errstr) argument
1001 if (policy) {
1002 algos = CFDictionaryGetValue(policy, kRASPropIPSecPolicyEncryptionAlgorithm);
1052 if (policy) {
1053 algos = CFDictionaryGetValue(policy, kRASPropIPSecPolicyHashAlgorithm);
1099 if (policy) {
1100 algos = CFDictionaryGetValue(policy, kRASPropIPSecPolicyCompressionAlgorithm);
1139 if (policy)
1317 CFDictionaryRef policy; local
1624 CFDictionaryRef policy; local
1909 CFDictionaryRef policy; local
2141 CFDictionaryRef policy; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_method.c165 __repmgr_set_ack_policy(dbenv, policy)
167 int policy;
173 switch (policy) {
180 env->rep_handle->perm_policy = policy;
193 __repmgr_get_ack_policy(dbenv, policy)
195 int *policy;
200 *policy = env->rep_handle->perm_policy;

Completed in 169 milliseconds

1234567891011>>