Home
last modified time | relevance | path

Searched full:preference (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_cert_comp_preference.pod45 algorithms in B<algs> are ignored. On an error, the preference order is left
60 The above is also the default preference order. If a preference order is not
61 specified, then the default preference order is sent to the peer and the
62 received peer's preference order will be used when compressing a certificate.
63 Otherwise, the configured preference order is sent to the peer and is used
64 to filter the peer's preference order.
69 in the preference list. Calling these functions on a client SSL_CTX/SSL object
85 Each side of the connection sends their compression algorithm preference list
86 to their peer indicating compressed certificate support. The received preference
87 list is filtered by the configured preference list (i.e. the intersection is
[all …]
H A DSSL_CTX_set1_curves.pod68 extension. The extension's preference order, to be evaluated by the server, is
82 preference order. If an application uses an external provider to extend OpenSSL
115 be in order of preference with the most preferred group first.
133 preference order, to be evaluated by the server, is determined by the
144 is used for the key agreement. The preference order of the group tuples is determined
145 by the order of the tuples in the array, and the preference order of the groups within
146 a group tuple is determined by the order of the groups in the tuple. Server preference
148 B<SSL_set_options> (default: client preference).
154 IF client preference (= default)
159 ELSE (= server preference = with SSL_OP_CIPHER_SERVER_PREFERENCE option set)
[all …]
H A DSSL_CONF_cmd.pod60 Use server and not client preference order when determining which cipher suite,
92 its preference list. This usually indicates a client without AES hardware
120 algorithms in order of decreasing preference of the form B<algorithm+hash>
168 The list should be in order of preference with the most preferred group first.
243 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This
355 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This
419 in order of decreasing preference of the form B<algorithm+hash> or
469 The list should be in order of preference with the most preferred group first.
570 B<ServerPreference>: use server and not client preference order when
576 ChaCha20 cipher at the top of its preference list. This usually indicates
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set1_cert_comp_preference.3103 algorithms in \fBalgs\fR are ignored. On an error, the preference order is left
114 The above is also the default preference order. If a preference order is not
115 specified, then the default preference order is sent to the peer and the
116 received peer's preference order will be used when compressing a certificate.
117 Otherwise, the configured preference order is sent to the peer and is used
118 to filter the peer's preference order.
123 in the preference list. Calling these functions on a client SSL_CTX/SSL object
138 Each side of the connection sends their compression algorithm preference list
139 to their peer indicating compressed certificate support. The received preference
140 list is filtered by the configured preference list (i.e. the intersection is
[all …]
H A DSSL_CTX_set1_curves.3127 extension. The extension's preference order, to be evaluated by the server, is
141 preference order. If an application uses an external provider to extend OpenSSL
176 be in order of preference with the most preferred group first.
194 preference order, to be evaluated by the server, is determined by the
205 is used for the key agreement. The preference order of the group tuples is determined
206 by the order of the tuples in the array, and the preference order of the groups within
207 a group tuple is determined by the order of the groups in the tuple. Server preference
209 \&\fBSSL_set_options\fR (default: client preference).
216 \& IF client preference (= default)
221 \& ELSE (= server preference = with SSL_OP_CIPHER_SERVER_PREFERENCE option set)
[all …]
H A DSSL_CONF_cmd.3111 Use server and not client preference order when determining which cipher suite,
137 its preference list. This usually indicates a client without AES hardware
161 algorithms in order of decreasing preference of the form \fBalgorithm+hash\fR
207 The list should be in order of preference with the most preferred group first.
278 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This
369 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This
425 in order of decreasing preference of the form \fBalgorithm+hash\fR or
473 The list should be in order of preference with the most preferred group first.
571 \&\fBServerPreference\fR: use server and not client preference order when
577 ChaCha20 cipher at the top of its preference list. This usually indicates
H A DRAND_load_file.3105 .IP "On Windows (in order of preference)" 4
106 .IX Item "On Windows (in order of preference)"
/freebsd/sbin/dhclient/
H A Ddhcp-options.5180 Routers should be listed in order of preference.
188 Servers should be listed in order of preference.
196 Servers should be listed in order of preference.
205 Servers should be listed in order of preference.
213 Servers should be listed in order of preference.
221 Servers should be listed in order of preference.
230 Servers should be listed in order of preference.
238 Servers should be listed in order of preference.
245 Servers should be listed in order of preference.
425 Servers should be listed in order of preference.
[all …]
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.conf.5131 are used to encode router preference.
142 There is no character to specify the medium preference explicitly.
148 configuration methods, and the medium router preference.
298 (num) Specifies home agent preference.
333 Currently only the preference values are defined.
344 are used to encode the route preference for the route.
345 The default value is 0x00, i.e., medium preference.
/freebsd/contrib/ofed/libibverbs/
H A Dmarshall.c113 dst->preference = src->preference; in ibv_copy_path_rec_from_kern()
138 dst->preference = src->preference; in ibv_copy_path_rec_to_kern()
H A Dsa.h63 uint8_t preference; member
117 uint8_t preference; member
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_common_codecs.c30 /* A preference of 0 is "larger" than (sorts after) any nonzero value. */ in pref_cmp()
48 /* Entries that match a format will get a non-zero preference. */ in ossl_ml_common_pkcs8_fmt_order()
87 /* Sort by preference, with 0's last */ in ossl_ml_common_pkcs8_fmt_order()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c143 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body()
214 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()
342 * preference and reason. To make it easy for the functions that build
354 return (int) a->preference - (int) b->preference; in wpa_non_pref_chan_cmp()
413 chan->preference = _preference; in wpas_mbo_update_non_pref_chan()
563 wpa_msg(wpa_s, MSG_INFO, MBO_CELL_PREFERENCE "preference=%u", in wpas_mbo_ie_trans_req()
H A Dwnm_sta.c476 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem()
764 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results()
775 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
802 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
811 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
926 /* length: 13 for basic neighbor report + 3 for preference subelement */ in wnm_add_nei_rep()
1266 if (bb->preference > aa->preference) in cand_pref_compar()
1268 if (bb->preference < aa->preference) in cand_pref_compar()
1300 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list()
1352 if (nei->preference_present && nei->preference == 0) in wnm_set_scan_freqs()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c117 dst->preference = src->preference; in ib_copy_path_rec_to_user()
143 dst->preference = src->preference; in ib_copy_path_rec_from_user()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h132 jumpthreading::ConstantPreference Preference,
137 jumpthreading::ConstantPreference Preference,
140 return computeValueKnownInPredecessorsImpl(V, BB, Result, Preference,
150 jumpthreading::ConstantPreference Preference,
/freebsd/sbin/ggate/ggated/
H A Dggated.8129 the preference specified by the client, with the default to not use O_DIRECT.
130 If the client specifies a preference against the server's configuration the
131 client preference will be silently ignored.
/freebsd/crypto/openssh/
H A Dreadconf.h66 char *ciphers; /* SSH2 ciphers in order of preference. */
67 char *macs; /* SSH2 macs in order of preference. */
68 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */
69 char *kex_algorithms; /* SSH2 kex methods in order of preference. */
/freebsd/contrib/sendmail/src/
H A Ddomain.c135 /* preference[]: lower value: higher preference */
140 int preference[] = { 3, 2, 1, 0 }; local
142 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
143 SM_ASSERT(r2 <= SM_ARRAY_SIZE(preference));
144 return preference[r1] - preference[r2];
157 int preference[] = { 1, 0 }; local
159 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
160 SM_ASSERT(r2 <= SM_ARRAY_SIZE(preference));
161 return preference[r1] - preference[r2];
175 int preference[] = { 2, 0, 1 }; local
[all …]
/freebsd/share/man/man4/
H A Dhwpstate_intel.477 Energy/Performance Preference.
79 Setting this field conveys a hint to the hardware regarding a preference towards
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c831 IN uint8_t preference, in mpr_rcv_build_pr() argument
866 p_pr->preference = preference; in mpr_rcv_build_pr()
885 IN const uint8_t preference) in mpr_rcv_get_lid_pair_path() argument
945 dest_lid_ho, preference, &path_parms, in mpr_rcv_get_lid_pair_path()
970 uint8_t preference; in mpr_rcv_get_port_pair_paths() local
1015 OpenSM ranks paths in three preference groups: in mpr_rcv_get_port_pair_paths()
1017 Preference Value Description in mpr_rcv_get_port_pair_paths()
1031 preference paths are preferred, as stated in the spec. The paths in mpr_rcv_get_port_pair_paths()
1054 preference = 0; in mpr_rcv_get_port_pair_paths()
1064 comp_mask, preference); in mpr_rcv_get_port_pair_paths()
[all …]
H A Dosm_sa_path_record.c886 IN const uint8_t preference, in pr_rcv_build_pr() argument
934 p_pr->preference = preference; in pr_rcv_build_pr()
952 IN const uint8_t preference) in pr_rcv_get_lid_pair_path() argument
1006 src_lid_ho, dest_lid_ho, preference, &path_parms, in pr_rcv_get_lid_pair_path()
1033 uint8_t preference; in pr_rcv_get_port_pair_paths() local
1078 OpenSM ranks paths in three preference groups: in pr_rcv_get_port_pair_paths()
1080 Preference Value Description in pr_rcv_get_port_pair_paths()
1094 preference paths are preferred, as stated in the spec. The paths in pr_rcv_get_port_pair_paths()
1146 preference = 0; in pr_rcv_get_port_pair_paths()
1166 comp_mask, preference); in pr_rcv_get_port_pair_paths()
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c338 p2p_dbg(p2p, "Override operating channel preference"); in p2p_build_go_neg_resp()
436 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection", in p2p_reselect_channel()
482 /* Select channel with highest preference if the peer supports it */ in p2p_reselect_channel()
736 … "Ignore local driver frequency preference %u MHz since it is not acceptable for P2P use (go=%d)", in p2p_check_pref_chan()
761 p2p_dbg(p2p, "Local driver frequency preference (size=%u):%s", in p2p_check_pref_chan()
765 * Check if peer's preference of operating channel is in in p2p_check_pref_chan()
777 /* Peer operating channel preference matches our preference */ in p2p_check_pref_chan()
786 "Peer operating channel preference: %d MHz is not in our preferred channel list", in p2p_check_pref_chan()
1067 p2p_dbg(p2p, "Peer operating channel preference: %d MHz", in p2p_process_go_neg_req()
1351 * indicate it does not have a preference. in p2p_process_go_neg_resp()
[all …]
/freebsd/sbin/routed/
H A Drdisc.c78 n_long dr_recv_pref; /* received but biased preference */
79 n_long dr_pref; /* preference adjusted by metric */
88 /* adjust unsigned preference by interface metric,
128 (void)fprintf(ftrace, "\t%s preference=%d", in trace_rdisc()
470 /* Update preference with possibly changed interface in rdisc_sort()
591 /* Convert preference to an unsigned value in parse_ad()
648 /* bias functional preference by metric of the interface */ in parse_ad()
787 /* Convert the configured preference to an unsigned value, in send_adv()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt15 chosen in preference to the other.
20 most hardware implementations so it is used in preference to bclri.b.

12345678910>>...19