Home
last modified time | relevance | path

Searched refs:preference (Results 1 – 25 of 116) sorted by relevance

12345

/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_get_ciphers.pod31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
37 B<ssl> as would be sent in a ClientHello (that is, sorted by preference).
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
424 in order of decreasing preference of the form B<algorithm+hash> or
474 The list should be in order of preference with the most preferred group first.
575 B<ServerPreference>: use server and not client preference order when
581 ChaCha20 cipher at the top of its preference lis
[all...]
H A DSSL_set1_server_cert_type.pod47 Values are configured in preference order.
57 Values are configured in preference order.
/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/contrib/sendmail/src/
H A Ddomain.c140 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
177 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
[all …]
/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/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()
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()
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()
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()
H A Dwnm_sta.h30 u8 preference; /* valid if preference_present=1 */ member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp335 ConstString Mangled::GetName(Mangled::NamePreference preference) const { in GetName()
336 if (preference == ePreferMangled && m_mangled) in GetName()
343 if (preference == ePreferDemangledWithoutArguments) { in GetName()
348 if (preference == ePreferDemangled) { in GetName()
/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c49 const int preference;
86 * Test key share selection as function of client-/server-preference
410 if (current_test_vector->preference == SERVER_PREFERENCE) in test_invalidsyntax()
430 if (current_test_vector->preference == SERVER_PREFERENCE) in test_groupnegotiation()
47 const int preference; global() member
/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
1054 preference = 0; in mpr_rcv_get_port_pair_paths()
1064 comp_mask, preference); in mpr_rcv_get_port_pair_paths()
1090 preference = 2; in mpr_rcv_get_port_pair_paths()
1128 comp_mask, preference); in mpr_rcv_get_port_pair_paths()
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
1146 preference = 0; in pr_rcv_get_port_pair_paths()
1166 comp_mask, preference); in pr_rcv_get_port_pair_paths()
1192 preference = 2; in pr_rcv_get_port_pair_paths()
1230 preference); in pr_rcv_get_port_pair_paths()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_sa.h79 __u8 preference; member
/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.
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMangled.h155 /// \param[in] preference
162 ConstString GetName(NamePreference preference = ePreferDemangled) const;
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds39 # first preference is given to the end of December and June, and second preference at the end of Ma…
/freebsd/contrib/tzdata/
H A Dleap-seconds.list39 # first preference is given to the end of December and June, and second preference at the end of Ma…
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.h128 unsigned preference; member
H A Dresolve-test.c120 printf("%d %s\n", rr->u.mx->preference, rr->u.mx->domain); in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp339 int preference[KMP_HW_LAST]; in _remove_radix1_layers() local
342 preference[KMP_HW_SOCKET] = 110; in _remove_radix1_layers()
343 preference[KMP_HW_PROC_GROUP] = 100; in _remove_radix1_layers()
344 preference[KMP_HW_CORE] = 95; in _remove_radix1_layers()
345 preference[KMP_HW_THREAD] = 90; in _remove_radix1_layers()
346 preference[KMP_HW_NUMA] = 85; in _remove_radix1_layers()
347 preference[KMP_HW_DIE] = 80; in _remove_radix1_layers()
348 preference[KMP_HW_TILE] = 75; in _remove_radix1_layers()
349 preference[KMP_HW_MODULE] = 73; in _remove_radix1_layers()
350 preference[KMP_HW_L3] = 70; in _remove_radix1_layers()
[all …]
/freebsd/sys/net/route/
H A Dfib_algo.c1907 uint8_t preference, curr_preference = 0, best_preference = 0; in fib_check_best_algo() local
1919 preference = flm->flm_get_pref(&rinfo); in fib_check_best_algo()
1920 if (preference > best_preference) { in fib_check_best_algo()
1922 best_preference = preference; in fib_check_best_algo()
1927 curr_preference = preference; in fib_check_best_algo()

12345