Home
last modified time | relevance | path

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

123456

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vpm.c102 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in X509_VERIFY_PARAM_free()
197 if (test_x509_verify_param_copy(policies, NULL)) { in X509_VERIFY_PARAM_inherit()
198 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies)) in X509_VERIFY_PARAM_inherit()
335 if (!param->policies) { in X509_VERIFY_PARAM_add0_policy()
336 param->policies = sk_ASN1_OBJECT_new_null(); in X509_VERIFY_PARAM_add0_policy()
337 if (!param->policies) in X509_VERIFY_PARAM_add0_policy()
340 if (!sk_ASN1_OBJECT_push(param->policies, policy)) in X509_VERIFY_PARAM_add0_policy()
346 STACK_OF(ASN1_OBJECT) *policies) in X509_VERIFY_PARAM_set1_policies()
353 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in X509_VERIFY_PARAM_set1_policies()
355 if (!policies) { in X509_VERIFY_PARAM_set1_policies()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c102 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in X509_VERIFY_PARAM_free()
190 if (test_x509_verify_param_copy(policies, NULL)) { in X509_VERIFY_PARAM_inherit()
191 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies)) in X509_VERIFY_PARAM_inherit()
335 if (param->policies == NULL) { in X509_VERIFY_PARAM_add0_policy()
336 param->policies = sk_ASN1_OBJECT_new_null(); in X509_VERIFY_PARAM_add0_policy()
337 if (param->policies == NULL) in X509_VERIFY_PARAM_add0_policy()
341 if (sk_ASN1_OBJECT_push(param->policies, policy) <= 0) in X509_VERIFY_PARAM_add0_policy()
347 STACK_OF(ASN1_OBJECT) *policies) in X509_VERIFY_PARAM_set1_policies()
356 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in X509_VERIFY_PARAM_set1_policies()
358 if (policies == NULL) { in X509_VERIFY_PARAM_set1_policies()
[all …]
H A Dpcy_cache.c27 CERTIFICATEPOLICIES *policies, int crit) in policy_cache_create() argument
34 if ((num = sk_POLICYINFO_num(policies)) <= 0) in policy_cache_create()
42 policy = sk_POLICYINFO_value(policies, i); in policy_cache_create()
73 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); in policy_cache_create()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_ads.c32 static void guc_policies_init(struct guc_policies *policies) in guc_policies_init() argument
37 policies->dpc_promote_time = POLICY_DEFAULT_DPC_PROMOTE_TIME_US; in guc_policies_init()
38 policies->max_num_work_items = POLICY_MAX_NUM_WI; in guc_policies_init()
42 policy = &policies->policy[p][i]; in guc_policies_init()
48 policies->is_valid = 1; in guc_policies_init()
65 struct guc_policies policies; member
82 guc_policies_init(&blob->policies); in __guc_ads_init()
125 blob->ads.scheduler_policies = base + ptr_offset(blob, policies); in __guc_ads_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dpcy_cache.c27 CERTIFICATEPOLICIES *policies, int crit) in policy_cache_create() argument
34 if ((num = sk_POLICYINFO_num(policies)) <= 0) in policy_cache_create()
42 policy = sk_POLICYINFO_value(policies, i); in policy_cache_create()
73 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); in policy_cache_create()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/
H A Dtest427 ; also checks that IP policies are preferred over NSIP policies
H A Dtest333 ; also checks that IP policies are preferred over NSDNAME policies
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_sign.c151 sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free); in TS_RESP_CTX_free()
210 if (ctx->policies == NULL in TS_RESP_CTX_add_policy()
211 && (ctx->policies = sk_ASN1_OBJECT_new_null()) == NULL) in TS_RESP_CTX_add_policy()
215 if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) in TS_RESP_CTX_add_policy()
512 for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i) { in ts_RESP_get_policy()
513 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in ts_RESP_get_policy()
H A Dts_conf.c317 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies() local
320 if (policies && (list = X509V3_parse_list(policies)) == NULL) { in TS_CONF_set_policies()
H A Dts_local.h107 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
/netbsd-src/regress/sys/uvm/pdsim/
H A DREADME4 policies found in sys/uvm/uvm_pdpolicy*.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_sign.c148 sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free); in TS_RESP_CTX_free()
215 if (ctx->policies == NULL in TS_RESP_CTX_add_policy()
216 && (ctx->policies = sk_ASN1_OBJECT_new_null()) == NULL) in TS_RESP_CTX_add_policy()
220 if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) in TS_RESP_CTX_add_policy()
517 for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i) { in ts_RESP_get_policy()
518 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in ts_RESP_get_policy()
H A Dts_conf.c310 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies() local
313 if (policies && (list = X509V3_parse_list(policies)) == NULL) { in TS_CONF_set_policies()
H A Dts_local.h168 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DTODO18 add policies?
/netbsd-src/external/bsd/openpam/dist/
H A DRELNOTES16 - A test application (pamtest) which can be used to test policies and
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DCAtsa.cnf137 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
163 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DCAtsa.cnf138 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
164 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCONTRIBUTING21 https://www.openssl.org/policies/cla.html for details. If your
41 https://www.openssl.org/policies/codingstyle.html) and compile
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/
H A Dkasp.conf.in14 include "policies/kasp-fips.conf";
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/
H A Dkasp.conf.in14 include "policies/kasp-fips.conf";
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-kasp-keydir1.conf.in15 * The same zone in different views is using different DNSSEC policies, so it
H A Dbad-kasp-keydir2.conf.in17 * DNSSEC policies.
H A Dbad-kasp-keydir3.conf.in17 * be detected as an error because the zone is using different DNSSEC policies
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c226 sk_POLICYINFO_pop_free(ctx->policies, POLICYINFO_free); in OSSL_CMP_CTX_free()
558 if (ctx->policies == NULL in OSSL_CMP_CTX_push0_policy()
559 && (ctx->policies = CERTIFICATEPOLICIES_new()) == NULL) in OSSL_CMP_CTX_push0_policy()
562 return sk_POLICYINFO_push(ctx->policies, pinfo); in OSSL_CMP_CTX_push0_policy()

123456