| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set1_cert_comp_preference.pod | 45 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 D | SSL_CTX_set1_curves.pod | 68 extension. The extension's preference order, to be evaluated by the server, is 87 preference order. 129 The list should be in order of preference with the most preferred group first. 182 preference order, to be evaluated by the server, is determined by the 193 is used for the key agreement. The preference order of the group tuples is determined 194 by the order of the tuples in the array, and the preference order of the groups within 195 a group tuple is determined by the order of the groups in the tuple. Server preference 197 B<SSL_set_options> (default: client preference). 203 IF client preference (= default) 208 ELSE (= server preference = with SSL_OP_CIPHER_SERVER_PREFERENCE option set) [all …]
|
| H A D | SSL_get_ciphers.pod | 31 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 D | SSL_CONF_cmd.pod | 60 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. 241 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 353 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 422 in order of decreasing preference of the form B<algorithm+hash> or 472 The list should be in order of preference with the most preferred group first. 573 B<ServerPreference>: use server and not client preference order when 579 ChaCha20 cipher at the top of its preference list. This usually indicates
|
| H A D | SSL_set1_server_cert_type.pod | 47 Values are configured in preference order. 57 Values are configured in preference order.
|
| /freebsd/contrib/llvm-project/libc/src/__support/threads/linux/ |
| H A D | rwlock.h | 186 template <Role role> LIBC_INLINE bool can_acquire(Role preference) const { in can_acquire() argument 188 switch (preference) { in can_acquire() 270 Role preference, unsigned spin_count) { in spin_reload() argument 277 return state.can_acquire<Role::Reader>(preference) || in spin_reload() 288 return state.can_acquire<Role::Writer>(preference) || in spin_reload() 325 unsigned preference : 1; 338 return static_cast<Role>(preference); in get_preference() 372 LIBC_INLINE constexpr RwLock(Role preference = Role::Reader, 375 preference(static_cast<unsigned>(preference) & 1u), state(0), in is_pshared()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | marshall.c | 113 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 D | sa.h | 63 uint8_t preference; member 117 uint8_t preference; member
|
| /freebsd/contrib/sendmail/src/ |
| H A D | domain.c | 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 177 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference)); [all …]
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_marshall.c | 117 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 D | mbo.c | 143 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 D | wnm_sta.c | 476 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 D | wnm_sta.h | 30 u8 preference; /* valid if preference_present=1 */ member
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 371 ConstString Mangled::GetName(Mangled::NamePreference preference) const { in GetName() 372 if (preference == ePreferMangled && m_mangled) in GetName() 379 if (preference == ePreferDemangledWithoutArguments) { in GetName() 384 if (preference == ePreferDemangled) { in GetName()
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls13groupselection_test.c | 55 const int preference; member 434 if (current_test_vector->preference == SERVER_PREFERENCE) in test_groupnegotiation() 454 if (current_test_vector->preference == SERVER_PREFERENCE) in test_groupnegotiation()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_sa_multipath_record.c | 831 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 D | osm_sa_path_record.c | 886 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 D | ib_user_sa.h | 79 __u8 preference; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 15 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 D | Mangled.h | 169 ConstString GetName(NamePreference preference = ePreferDemangled) const;
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | resolve.h | 128 unsigned preference; member
|
| H A D | resolve-test.c | 120 printf("%d %s\n", rr->u.mx->preference, rr->u.mx->domain); in main()
|
| /freebsd/usr.sbin/ntp/ntpd/ |
| H A D | leap-seconds | 39 # first preference is given to the end of December and June, and second preference at the end of Ma…
|
| /freebsd/contrib/tzdata/ |
| H A D | leap-seconds.list | 39 # first preference is given to the end of December and June, and second preference at the end of Ma…
|
| /freebsd/sys/net/route/ |
| H A D | fib_algo.c | 1903 uint8_t preference, curr_preference = 0, best_preference = 0; in fib_check_best_algo() local 1915 preference = flm->flm_get_pref(&rinfo); in fib_check_best_algo() 1916 if (preference > best_preference) { in fib_check_best_algo() 1918 best_preference = preference; in fib_check_best_algo() 1923 curr_preference = preference; in fib_check_best_algo()
|