/openbsd/lib/libcrypto/x509/ |
H A D | x509_vpm.c | 171 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 D | x509_policy.c | 330 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 D | x509_local.h | 285 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
|
H A D | x509_vfy.h | 439 STACK_OF(ASN1_OBJECT) *policies);
|
/openbsd/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 60 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 D | ts_rsp_sign.c | 184 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 D | ts_conf.c | 323 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 D | ts_local.h | 240 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
|
/openbsd/gnu/llvm/llvm/lib/Analysis/models/ |
H A D | saved-model-to-tflite.py | 13 from tf_agents.policies import greedy_policy
|
/openbsd/lib/libssl/test/ |
H A D | CAtsa.cnf | 138 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 D | cert.c | 643 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 D | GitRepositoryPolicy.md | 3 This document explains our current policies around git repositories. Everything
|
H A D | ReportingGuide.rst | 107 .. _Carpentries Response Guide: https://docs.carpentries.org/topic_folders/policies/enforcement-gui…
|
H A D | DeveloperPolicy.rst | 28 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 D | riscv_vector.td | 839 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 D | SECURITY.md | 3 Perl's vulnerability handling policies are described fully in
|
/openbsd/gnu/usr.bin/cvs/ |
H A D | DEVEL-CVS | 3 This file, DEVEL-CVS, contains the policies by which the CVS
|
/openbsd/share/man/man0/ |
H A D | COPYRIGHT | 61 policies, either expressed or implied, of the Regents of the University
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ThinLTO.rst | 182 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 D | perlgov.pod | 13 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 D | afrinic.constraints | 103 # From https://afrinic.net/fr/library/policies/220-erx-transfer
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | TODO | 9 - document __gnu_cxx::__versa_string, add new policies
|
/openbsd/sbin/iked/ |
H A D | policy.c | 330 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 D | openssl.cnf | 339 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | MAINTAINERS | 189 policies, all patches applied to such a branch must come from people
|