Home
last modified time | relevance | path

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

123

/openbsd/lib/libcrypto/x509/
H A Dx509_vpm.c171 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in x509_verify_param_zero()
172 param->policies = NULL; in x509_verify_param_zero()
294 if (test_x509_verify_param_copy(policies, NULL)) { in X509_VERIFY_PARAM_inherit()
467 if (param->policies == NULL) in X509_VERIFY_PARAM_add0_policy()
468 param->policies = sk_ASN1_OBJECT_new_null(); in X509_VERIFY_PARAM_add0_policy()
469 if (param->policies == NULL) in X509_VERIFY_PARAM_add0_policy()
471 if (sk_ASN1_OBJECT_push(param->policies, policy) <= 0) in X509_VERIFY_PARAM_add0_policy()
506 STACK_OF(ASN1_OBJECT) *policies) in X509_VERIFY_PARAM_set1_policies()
512 param->policies = NULL; in X509_VERIFY_PARAM_set1_policies()
514 if (policies == NULL) in X509_VERIFY_PARAM_set1_policies()
[all …]
H A Dx509_policy.c330 const CERTIFICATEPOLICIES *policies = data; in delete_if_not_in_policies() local
334 if (sk_POLICYINFO_find(policies, &info) >= 0) in delete_if_not_in_policies()
354 CERTIFICATEPOLICIES *policies; in process_certificate_policies() local
362 if (policies == NULL) { in process_certificate_policies()
375 if (sk_POLICYINFO_num(policies) == 0) { in process_certificate_policies()
381 sk_POLICYINFO_sort(policies); in process_certificate_policies()
384 policy = sk_POLICYINFO_value(policies, i); in process_certificate_policies()
413 if (!sk_POLICYINFO_is_sorted(policies)) in process_certificate_policies()
416 delete_if_not_in_policies, policies); in process_certificate_policies()
429 policy = sk_POLICYINFO_value(policies, i); in process_certificate_policies()
[all …]
H A Dx509_local.h285 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
H A Dx509_vfy.h439 STACK_OF(ASN1_OBJECT) *policies);
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ads.c60 struct guc_policies policies; member
148 ads_blob_write(guc, policies.dpc_promote_time, in guc_policies_init()
150 ads_blob_write(guc, policies.max_num_work_items, in guc_policies_init()
156 ads_blob_write(guc, policies.global_flags, global_flags); in guc_policies_init()
157 ads_blob_write(guc, policies.is_valid, 1); in guc_policies_init()
168 ads_blob_read(guc, policies.dpc_promote_time)); in intel_guc_ads_print_policy_info()
170 ads_blob_read(guc, policies.max_num_work_items)); in intel_guc_ads_print_policy_info()
172 ads_blob_read(guc, policies.global_flags)); in intel_guc_ads_print_policy_info()
846 offsetof(struct __guc_ads_blob, policies)); in __guc_ads_init()
/openbsd/lib/libcrypto/ts/
H A Dts_rsp_sign.c184 sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free); in TS_RESP_CTX_free()
264 if (!ctx->policies && !(ctx->policies = sk_ASN1_OBJECT_new_null())) in TS_RESP_CTX_add_policy()
268 if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) in TS_RESP_CTX_add_policy()
609 for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i) { in TS_RESP_get_policy()
610 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in TS_RESP_get_policy()
H A Dts_conf.c323 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies() local
326 if (policies && !(list = X509V3_parse_list(policies))) { in TS_CONF_set_policies()
H A Dts_local.h240 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
/openbsd/gnu/llvm/llvm/lib/Analysis/models/
H A Dsaved-model-to-tflite.py13 from tf_agents.policies import greedy_policy
/openbsd/lib/libssl/test/
H A DCAtsa.cnf138 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
162 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
/openbsd/usr.sbin/rpki-client/
H A Dcert.c643 STACK_OF(POLICYINFO) *policies = NULL; in certificate_policies()
656 if ((policies = X509V3_EXT_d2i(ext)) == NULL) { in certificate_policies()
662 if (sk_POLICYINFO_num(policies) != 1) { in certificate_policies()
664 "want 1 policy, got %d", fn, sk_POLICYINFO_num(policies)); in certificate_policies()
668 policy = sk_POLICYINFO_value(policies, 0); in certificate_policies()
709 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); in certificate_policies()
/openbsd/gnu/llvm/llvm/docs/
H A DGitRepositoryPolicy.md3 This document explains our current policies around git repositories. Everything
H A DReportingGuide.rst107 .. _Carpentries Response Guide: https://docs.carpentries.org/topic_folders/policies/enforcement-gui…
H A DDeveloperPolicy.rst28 policies <copyright-license-patents>` with contributors to the project.
39 This section contains policies that pertain to frequent LLVM developers. We
461 If you have recently been granted commit access, these policies apply:
485 #. Multiple violations of these policies or a single egregious violation may
814 * The code conforms to all of the policies laid out in this developer policy
849 of the target. Continuous violations of aforementioned rules and policies
908 * Must conform to all of the policies laid out in this developer policy
947 * Must conform to the license, patent, and code of conduct policies laid out
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td839 1. When unmasked and the policies are all specified as agnostic:
841 2. When masked and the policies are all specified as agnostic:
846 4. When masked and one of the policies is specified as undisturbed:
855 1. When unmasked and the policies are all specified as agnostic:
857 2. When masked and the policies are all specified as agnostic:
862 4. When masked and one of the policies is specified as undisturbed:
868 1. When unmasked and the policies are all specified as agnostic:
870 2. When masked and the policies are all specified as agnostic:
875 4. When masked and one of the policies is specified as undisturbed:
880 1. When unmasked and the policies are all specified as agnostic:
[all …]
/openbsd/gnu/usr.bin/perl/
H A DSECURITY.md3 Perl's vulnerability handling policies are described fully in
/openbsd/gnu/usr.bin/cvs/
H A DDEVEL-CVS3 This file, DEVEL-CVS, contains the policies by which the CVS
/openbsd/share/man/man0/
H A DCOPYRIGHT61 policies, either expressed or implied, of the Regents of the University
/openbsd/gnu/llvm/clang/docs/
H A DThinLTO.rst182 Note that ThinLTO will apply both size-based pruning policies simultaneously,
185 policies to be applied unless the default ``cache_size`` is overridden.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlgov.pod13 implementation, its test suite, its documentation, and the policies and
48 We want a system that is transparent. That means that it will prefer policies
77 Establish and oversee the policies, procedures, systems, and mechanisms that
/openbsd/etc/rpki/
H A Dafrinic.constraints103 # From https://afrinic.net/fr/library/policies/220-erx-transfer
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DTODO9 - document __gnu_cxx::__versa_string, add new policies
/openbsd/sbin/iked/
H A Dpolicy.c330 policy_calc_skip_steps(struct iked_policies *policies) in policy_calc_skip_steps() argument
335 cur = TAILQ_FIRST(policies); in policy_calc_skip_steps()
/openbsd/lib/libssl/doc/
H A Dopenssl.cnf339 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DMAINTAINERS189 policies, all patches applied to such a branch must come from people

123