Home
last modified time | relevance | path

Searched refs:policies (Results 1 – 25 of 43) sorted by relevance

12

/NextBSD/crypto/openssl/crypto/x509/
HDx509_vpm.c147 if (param->policies) { in x509_verify_param_zero()
148 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in x509_verify_param_zero()
149 param->policies = NULL; in x509_verify_param_zero()
300 if (test_x509_verify_param_copy(policies, NULL)) { in X509_VERIFY_PARAM_inherit()
301 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies)) in X509_VERIFY_PARAM_inherit()
422 if (!param->policies) { in X509_VERIFY_PARAM_add0_policy()
423 param->policies = sk_ASN1_OBJECT_new_null(); in X509_VERIFY_PARAM_add0_policy()
424 if (!param->policies) in X509_VERIFY_PARAM_add0_policy()
427 if (!sk_ASN1_OBJECT_push(param->policies, policy)) in X509_VERIFY_PARAM_add0_policy()
433 STACK_OF(ASN1_OBJECT) *policies) in X509_VERIFY_PARAM_set1_policies()
[all …]
HDx509_vfy.h175 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
588 STACK_OF(ASN1_OBJECT) *policies);
/NextBSD/usr.sbin/nscd/
HDcachelib.c244 destroy_cache_fifo_policy(common_entry->policies[0]); in destroy_cache_entry()
247 destroy_cache_lru_policy(common_entry->policies[1]); in destroy_cache_entry()
250 destroy_cache_lfu_policy(common_entry->policies[1]); in destroy_cache_entry()
255 free(common_entry->policies); in destroy_cache_entry()
313 policy = common_entry->policies[i]; in clear_cache_entry()
436 policy = common_entry->policies[0]; in flush_cache_entry()
438 connected_policy = common_entry->policies[1]; in flush_cache_entry()
451 policy = common_entry->policies[1]; in flush_cache_entry()
452 connected_policy = common_entry->policies[0]; in flush_cache_entry()
454 policy = common_entry->policies[0]; in flush_cache_entry()
[all …]
HDcachelib.h147 struct cache_policy_ **policies; member
/NextBSD/crypto/openssl/crypto/x509v3/
HDpcy_cache.c76 CERTIFICATEPOLICIES *policies, int crit) in policy_cache_create() argument
83 if (sk_POLICYINFO_num(policies) == 0) in policy_cache_create()
88 for (i = 0; i < sk_POLICYINFO_num(policies); i++) { in policy_cache_create()
89 policy = sk_POLICYINFO_value(policies, i); in policy_cache_create()
115 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); in policy_cache_create()
/NextBSD/crypto/openssl/crypto/ts/
HDts_rsp_sign.c194 sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free); in TS_RESP_CTX_free()
261 if (!ctx->policies && !(ctx->policies = sk_ASN1_OBJECT_new_null())) in TS_RESP_CTX_add_policy()
265 if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) in TS_RESP_CTX_add_policy()
583 for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i) { in TS_RESP_get_policy()
584 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in TS_RESP_get_policy()
HDts_conf.c335 char *policies = NCONF_get_string(conf, section, in TS_CONF_set_policies() local
338 if (policies && !(list = X509V3_parse_list(policies))) { in TS_CONF_set_policies()
HDts.h502 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
/NextBSD/contrib/openpam/
HDRELNOTES17 - A test application (pamtest) which can be used to test policies and
HDHISTORY91 OpenPAM's behavior when several policies exist for the same
115 - ENHANCE: added pamtest(1), a tool for testing modules and policies.
/NextBSD/tools/tools/sysdoc/
HDtunables.mdoc1758 Enforce MAC policies for file system accesses.
1764 Enforce MAC policies on
1771 Enforce MAC policies on network interfaces.
1777 Enforce MAC policies on pipes.
1783 Enforce MAC policies between system processes
1792 Enforce MAC policies on sockets.
1798 Enforce MAC policies on system-related items
1808 Enforce MAC policies on
1919 NOTE: MAC security policies may not override other security system policies
/NextBSD/contrib/libcxxrt/
HDLICENSE14 …e of the authors and should not be interpreted as representing official policies, either expressed…
/NextBSD/sys/sys/mach/
HDprocessor.h161 int policies; /* bit vector for policies */ member
/NextBSD/crypto/openssl/doc/crypto/
HDX509_VERIFY_PARAM_set_flags.pod24 STACK_OF(ASN1_OBJECT) *policies);
69 by default) and sets the acceptable policy set to B<policies>. Any existing
70 policy set is cleared. The B<policies> parameter can be B<NULL> to clear
HDX509_STORE_CTX_set_verify_cb.pod144 /* print out policies */
HDX509_STORE_CTX_get_error.pod230 A certificate policies extension had an invalid value (for example an incorrect
/NextBSD/crypto/openssl/doc/HOWTO/
HDcertificates.txt48 policies). A certificate request is sent to a certificate authority
66 policies) and usually waits for payment from you. Once that is
HDproxy_certificates.txt112 policies that are large (more than a few lines, e.g. XML documents).
141 The basic way to interpret proxy policies is to start with some default rights,
/NextBSD/crypto/openssl/
HDCONTRIBUTING21 (see https://www.openssl.org/policies/codingstyle.html) and compile without
/NextBSD/contrib/opie/
HDCOPYRIGHT.NRL65 official policies, either expressed or implied, of the US Naval
/NextBSD/contrib/apr-util/
HDREADME83 check your country's laws, regulations and policies concerning the
/NextBSD/crypto/heimdal/doc/
HDhx509.texi307 Proxy certificates can be limited by policies stored in the certificate to
333 same time evaluting any policies in-place.
344 testing a PKI, policies do not matter so much. However, when it comes to
616 become accessible based on deployed security policies.
HDsetup.texi391 policies = external-check builtin:minimum-length modulename:policyname
396 In @samp{[password_quality]policies} the module name is optional if
398 @samp{policy_libraries}). All built-in policies can be qualified with
402 The built-in policies are
447 policies, see the manual page @manpage{kadm5_pwcheck,3}.
/NextBSD/
HDCOPYRIGHT93 policies, either expressed or implied, of the Regents of the University
/NextBSD/crypto/openssl/apps/
HDopenssl.cnf342 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)

12