| /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 | 159 dst->preference = src->preference; in __ib_copy_path_rec_to_user() 211 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 | 594 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem() 765 if (nei->preference_present && nei->preference == 0) in fetch_drv_mbo_candidate_info() 1282 if (bb->preference > aa->preference) in cand_pref_compar() 1284 if (bb->preference < aa->preference) in cand_pref_compar() 1323 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list() 1370 if (nei->preference_present && nei->preference == 0) in wnm_set_scan_freqs() 1496 if (rep->preference_present && rep->preference) in wnm_parse_candidate_list() 2173 if (nei->preference_present && nei->preference == 0) in wnm_is_bss_excluded()
|
| H A D | wnm_sta.h | 32 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/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/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/contrib/wpa/src/nan/ |
| H A D | nan.c | 706 pot->preference = entry->preference; in nan_split_avail_entry() 771 u8 type, preference, utilization; in nan_parse_avail_entry() local 790 preference = BITS(ctrl, NAN_AVAIL_ENTRY_CTRL_USAGE_PREF_MASK, in nan_parse_avail_entry() 803 map_id, ctrl, entry_len, type, preference); in nan_parse_avail_entry() 814 entry->preference = preference; in nan_parse_avail_entry() 987 entry->map_id, entry->type, entry->preference, in nan_peer_dump_info() 3153 pot->preference = avail->preference; in nan_peer_get_pot_avail()
|